Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkiernan120 committed Jan 17, 2019
1 parent 5a80a99 commit 1c3dc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Guacamole.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function __construct( $config = array() )
* config setter
* @param array $config array of config options
*/
public function setConfig( array $config )
public function setConfig( $config )
{
$this->config = $config;
}
Expand Down

0 comments on commit 1c3dc2e

Please sign in to comment.