Completed
Push — master ( 445b0e...f2c439 )
by Neomerx
02:52
created
src/Authorization/AuthorizationRulesLoader.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
     /**
135 135
      * @param string      $policiesName
136 136
      * @param string      $class
137
-     * @param array       $methods
137
+     * @param string[]       $methods
138 138
      * @param string|null $resourcesType
139 139
      *
140 140
      * @return PolicyInterface
@@ -178,7 +178,7 @@  discard block
 block discarded – undo
178 178
 
179 179
     /**
180 180
      * @param string|int      $key
181
-     * @param string|int|null $value
181
+     * @param null|string $value
182 182
      *
183 183
      * @return TargetInterface
184 184
      */
Please login to merge, or discard this patch.