Failed Conditions
Pull Request — master (#6593)
by Thomas
16:12
created
lib/Doctrine/ORM/Tools/EntityGenerator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -1237,6 +1237,9 @@
 block discarded – undo
1237 1237
         return implode("\n", $lines);
1238 1238
     }
1239 1239
 
1240
+    /**
1241
+     * @param string $defaultValue
1242
+     */
1240 1243
     protected function generateEntityStubMethod(
1241 1244
         ClassMetadataInfo $metadata,
1242 1245
         string $type,
Please login to merge, or discard this patch.