mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-02 07:49:57 +00:00
InputFile now inherits from InputItem
This commit is contained in:
@@ -32,7 +32,7 @@ class InputCollection implements \IteratorAggregate {
|
||||
/**
|
||||
* @param $index
|
||||
* @throws \InvalidArgumentException
|
||||
* @return IInputItem
|
||||
* @return InputItem
|
||||
*/
|
||||
public function __get($index) {
|
||||
$item = $this->findFirst($index);
|
||||
|
||||
Reference in New Issue
Block a user