Passed
Push — master ( c9d06c...84202a )
by Andreas
06:32
created
api/midgard/reflection/property.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -16,6 +16,9 @@
 block discarded – undo
16 16
      */
17 17
     private $cm;
18 18
 
19
+    /**
20
+     * @param string|null $mgdschema_class
21
+     */
19 22
     public function __construct($mgdschema_class)
20 23
     {
21 24
         // we might get a proxy class, so we need to translate
Please login to merge, or discard this patch.