Completed
Pull Request — master (#6015)
by Javier
09:24
created
lib/Doctrine/ORM/Tools/EntityRepositoryGenerator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -343,6 +343,9 @@
 block discarded – undo
343 343
         return implode("\n", $docblocks);
344 344
     }
345 345
 
346
+    /**
347
+     * @param string $type
348
+     */
346 349
     protected function generateDocblocksForMagicMethod(ClassMetadataInfo $metadata, $type, $fieldName, $typeHint = null)
347 350
     {
348 351
         $variableName = Inflector::camelize($fieldName);
Please login to merge, or discard this patch.