Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Update PhpDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
PATROMO committed Aug 20, 2013
1 parent 877c098 commit 2cd7169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/ODM/CouchDB/Proxy/ProxyFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ private function generateMethods(ClassMetadata $class)
$methods = '';

foreach ($class->reflClass->getMethods() as $method) {
/* @var $method ReflectionMethod */
/* @var $method \ReflectionMethod */
if ($method->isConstructor() || strtolower($method->getName()) == "__sleep") {
continue;
}
Expand Down

0 comments on commit 2cd7169

Please sign in to comment.