diff --git a/composer.json b/composer.json index 58d6b42..58eb27b 100644 --- a/composer.json +++ b/composer.json @@ -6,8 +6,8 @@ "keywords": [ "Request", "HTTP methods", - " GET", - " POST", + "GET", + "POST", "PUT", "DELETE", "AJAX", @@ -42,4 +42,4 @@ "dev-master": "1.0-dev" } } -} +} \ No newline at end of file diff --git a/tests/RequestTest.php b/tests/RequestTest.php index 6c8d851..d93ab79 100644 --- a/tests/RequestTest.php +++ b/tests/RequestTest.php @@ -182,4 +182,4 @@ public static function testIsAjax() { var_dump(Request::isAjax()); } -} +} \ No newline at end of file