Completed
Pull Request — master (#663)
by Antoine
03:20
created
Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -93,6 +93,9 @@
 block discarded – undo
93 93
         return $propertyMetadata;
94 94
     }
95 95
 
96
+    /**
97
+     * @param string $property
98
+     */
96 99
     private function classHasProperty($resourceClass, $property) {
97 100
         try {
98 101
             $refl = new \ReflectionClass($resourceClass);
Please login to merge, or discard this patch.