Skip to content

Commit

Permalink
Fixed config type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyiegorov committed Dec 11, 2014
1 parent 2b56339 commit 577f1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Config
* Assign configuration data to a module object
*
* @param string $moduleID Module identifier
* @param \samson\core\iModule $module Pointer to a module instance to be configured
* @param mixed $module Pointer to a module instance to be configured
*/
public static function implement($moduleID, & $module)
{
Expand Down

0 comments on commit 577f1e3

Please sign in to comment.