Completed
Push — 2.2 ( 5e40ae...2d418d )
by
unknown
01:27
created
src/Service/EntitiesGeneratorService.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -488,6 +488,11 @@
 block discarded – undo
488 488
         return $str;
489 489
     }
490 490
 
491
+    /**
492
+     * @param string|null $name
493
+     * @param string $description
494
+     * @param string $type
495
+     */
491 496
     private static function registerProperty(PhpClass $class, $name, $description, $type, $nullable = false)
492 497
     {
493 498
         if (!$class->hasProperty($name)) {
Please login to merge, or discard this patch.