Completed
Push — master ( 131e3d...8b7814 )
by Vitaly
02:40
created
src/CMS.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -14,8 +14,6 @@
 block discarded – undo
14 14
 use samsoncms\api\generator\Gallery;
15 15
 use samsoncms\api\generator\GenericWriter;
16 16
 use samsoncms\api\generator\Query;
17
-
18
-use samsoncms\api\generator\Writer;
19 17
 use samsonframework\core\ResourcesInterface;
20 18
 use samsonframework\core\SystemInterface;
21 19
 use samson\activerecord\TableRelation;
Please login to merge, or discard this patch.
src/generator/Generic.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@  discard block
 block discarded – undo
28 28
      * OOP constructor.
29 29
      *
30 30
      * @param Generator                                         $generator Code generation instance
31
-     * @param \samsoncms\api\generator\metadata\GenericMetadata $Generic   Entity query metadata
32 31
      */
33 32
     public function __construct(Generator $generator, $metadata)
34 33
     {
@@ -40,7 +39,7 @@  discard block
 block discarded – undo
40 39
     /**
41 40
      * Generic class generation.
42 41
      *
43
-     * @param Generic|metadata\GenericMetadata $metadata Entity metadata
42
+     * @param Generic $metadata Entity metadata
44 43
      *
45 44
      * @return string Generated PHP class code
46 45
      */
Please login to merge, or discard this patch.