mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-11 11:32:13 +00:00
Fixed typo
This commit is contained in:
@@ -28,7 +28,7 @@ class InputFile implements IInputItem
|
|||||||
*/
|
*/
|
||||||
public static function createFromArray(array $values)
|
public static function createFromArray(array $values)
|
||||||
{
|
{
|
||||||
if (isset('index', $values) === false) {
|
if (isset($values['index']) === false) {
|
||||||
throw new \InvalidArgumentException('Index key is required');
|
throw new \InvalidArgumentException('Index key is required');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user