mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-11 02:42:13 +00:00
Development
- Ensure that request-method is always lowercase. - Fixed spaces instead of tabs to comply with PSR-2.
This commit is contained in:
@@ -4,12 +4,12 @@ namespace Pecee\Http\Input;
|
||||
interface IInputItem
|
||||
{
|
||||
|
||||
public function getIndex();
|
||||
public function getIndex();
|
||||
|
||||
public function getName();
|
||||
public function getName();
|
||||
|
||||
public function getValue();
|
||||
public function getValue();
|
||||
|
||||
public function __toString();
|
||||
public function __toString();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user