Test Setup Failed
Branch master (c8c1b5)
by Gabriel
12:06
created
src/Str.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -212,7 +212,7 @@
 block discarded – undo
212 212
      * Determine if a given string contains a given substring.
213 213
      *
214 214
      * @param  string $haystack
215
-     * @param  string|array $needles
215
+     * @param  string $needles
216 216
      * @return bool
217 217
      */
218 218
     public static function contains($haystack, $needles)
Please login to merge, or discard this patch.