@@ -11,7 +11,7 @@ |
||
| 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) |