Skip to content

Commit

Permalink
Removed Table typehint from a constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpustulka committed Jun 23, 2015
1 parent e4fc774 commit d4342fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORM/BehaviorRegistry.php
Expand Up @@ -60,7 +60,7 @@ class BehaviorRegistry extends ObjectRegistry
*
* @param \Cake\ORM\Table $table The table this registry is attached to.
*/
public function __construct(Table $table = null)
public function __construct($table = null)
{
if ($table !== null) {
$this->setTable($table);
Expand Down

0 comments on commit d4342fc

Please sign in to comment.