Completed
Branch develop (32cfca)
by Oyebanji Jacob
03:26
created
potatoTest.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -371,6 +371,7 @@  discard block
 block discarded – undo
371 371
     /**
372 372
      * Delete model with the specified id.
373 373
      * 
374
+     * @return boolean
374 375
      */
375 376
     static function destroy($id);
376 377
 }
@@ -445,7 +446,7 @@  discard block
 block discarded – undo
445 446
      * Determine if a given string contains a given substring.
446 447
      *
447 448
      * @param  string  $haystack
448
-     * @param  string|array  $needles
449
+     * @param  string[]  $needles
449 450
      * @return bool
450 451
      */
451 452
     public static function contains($haystack, $needles)
Please login to merge, or discard this patch.