Completed
Push — master ( 5e51f5...c9193b )
by Marco
13:02
created
src/support/Tools.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -380,7 +380,7 @@  discard block
 block discarded – undo
380 380
      * Determine if a given string ends with a given substring.
381 381
      *
382 382
      * @param  string       $haystack
383
-     * @param  string|array $needles
383
+     * @param  string[] $needles
384 384
      * @return bool
385 385
      */
386 386
     public static function endsWith($haystack, $needles)
@@ -660,7 +660,7 @@  discard block
 block discarded – undo
660 660
      * Basename
661 661
      *
662 662
      * @static
663
-     * @param $class
663
+     * @param \Childish\ChildishModel $class
664 664
      * @return string
665 665
      */
666 666
     public static function Basename($class)
Please login to merge, or discard this patch.