Completed
Pull Request — master (#30)
by
unknown
03:08 queued 01:31
created
src/Helpers.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
      * Does the $haystack starts with $needle
12 12
      *
13 13
      * @param $haystack
14
-     * @param $needle
14
+     * @param string $needle
15 15
      * @return bool
16 16
      */
17 17
     public static function startsWith($haystack, $needle)
Please login to merge, or discard this patch.