Completed
Push — master ( a584d3...677f6f )
by Mike
08:20
created
src/Service/ChangeSet.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
72 72
     }
73 73
 
74 74
     /**
75
-     * @return InjectParams|null
75
+     * @return InjectParams[]
76 76
      */
77 77
     public function getMethodsInjections()
78 78
     {
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
     }
81 81
 
82 82
     /**
83
-     * @return array|\mxdiModule\Annotation\Inject[]
83
+     * @return Inject[]
84 84
      */
85 85
     public function getPropertiesInjections()
86 86
     {
Please login to merge, or discard this patch.
src/ServiceManager/DiAbstractFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
     }
124 124
 
125 125
     /**
126
-     * @return mixed|ChangeSet
126
+     * @return ChangeSet
127 127
      */
128 128
     public function getChangeSet()
129 129
     {
Please login to merge, or discard this patch.