Completed
Push — master ( 457d5c...f99e05 )
by Sergey
05:31 queued 02:43
created
src/Request.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -211,7 +211,7 @@
 block discarded – undo
211 211
     }
212 212
 
213 213
     /**
214
-     * @param $uri
214
+     * @param string $uri
215 215
      * @param $params
216 216
      * @return string
217 217
      */
Please login to merge, or discard this patch.
src/Traits/HasVisibilityList.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -147,8 +147,9 @@
 block discarded – undo
147 147
     }
148 148
 
149 149
     /**
150
-     * @param $resumeId
151
-     * @param $text
150
+     * @param string $resumeId
151
+     * @param string $text
152
+     * @param string $type
152 153
      * @return mixed
153 154
      */
154 155
     protected function searchInList($resumeId, $type, $text)
Please login to merge, or discard this patch.