@@ -380,7 +380,7 @@ discard block |
||
| 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 |
||
| 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) |