Skip to content

Commit

Permalink
Fix PR #544
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Dec 29, 2012
1 parent fb20853 commit a51850a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/lib/builder/om/PHP5ObjectBuilder.php
Expand Up @@ -5099,7 +5099,7 @@ protected function addAlreadyInClearAllReferencesDeepAttribute(&$script)
{
$script .= "
/**
* Flag to prevent endless clearAllReferences($deep=true) loop, if this object is referenced
* Flag to prevent endless clearAllReferences(\$deep=true) loop, if this object is referenced
* @var boolean
*/
protected \$alreadyInClearAllReferencesDeep = false;
Expand Down

0 comments on commit a51850a

Please sign in to comment.