Completed
Push — v2.0.x ( 29f8a5...f68836 )
by Florent
03:48 queued 01:00
created
src/Encrypter.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -216,8 +216,8 @@
 block discarded – undo
216 216
     }
217 217
 
218 218
     /**
219
-     * @param $current
220
-     * @param $new
219
+     * @param string $current
220
+     * @param string $new
221 221
      *
222 222
      * @return bool
223 223
      */
Please login to merge, or discard this patch.
src/Loader.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
     }
121 121
 
122 122
     /**
123
-     * @param $input
123
+     * @param string $input
124 124
      *
125 125
      * @return array
126 126
      */
@@ -192,7 +192,7 @@  discard block
 block discarded – undo
192 192
     }
193 193
 
194 194
     /**
195
-     * @param $input
195
+     * @param string $input
196 196
      *
197 197
      * @return array
198 198
      */
Please login to merge, or discard this patch.