Skip to content

Commit

Permalink
Merge pull request gabordemooij#488 from brunocassol/patch-1
Browse files Browse the repository at this point in the history
Improve $factory parameter documentation
  • Loading branch information
Gabor de Mooij committed Jan 23, 2016
2 parents a51847d + 612f20c commit 621b14a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RedBeanPHP/BeanHelper/SimpleFacadeBeanHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class SimpleFacadeBeanHelper implements BeanHelper
/**
* Factory function to create instance of Simple Model, if any.
*
* @var closure
* @var \Closure
*/
private static $factory = null;

Expand All @@ -50,7 +50,7 @@ public static function factory( $modelClassName )
* Sets the factory function to create the model when using FUSE
* to connect a bean to a model.
*
* @param closure $factory factory function
* @param \Closure $factory factory function
*
* @return void
*/
Expand Down

0 comments on commit 621b14a

Please sign in to comment.