Skip to content

Commit

Permalink
Fix PHPCS
Browse files Browse the repository at this point in the history
  • Loading branch information
philipobenito committed Nov 10, 2024
1 parent 5017cd6 commit 8de4679
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"psr/simple-cache": "^1.0"
},
"require-dev": {
"laminas/laminas-diactoros": "2.4.1",
"laminas/laminas-diactoros": "^2.4.1",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpunit/phpunit": "^8.5",
Expand Down
1 change: 0 additions & 1 deletion src/Http/Exception/HttpExceptionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

interface HttpExceptionInterface
{

public function buildJsonResponse(ResponseInterface $response): ResponseInterface;
public function getHeaders(): array;
public function getStatusCode(): int;
Expand Down
1 change: 0 additions & 1 deletion src/Middleware/MiddlewareAwareInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

interface MiddlewareAwareInterface
{

public function getMiddlewareStack(): iterable;
public function lazyMiddleware(string $middleware): MiddlewareAwareInterface;
public function lazyMiddlewares(array $middlewares): MiddlewareAwareInterface;
Expand Down

0 comments on commit 8de4679

Please sign in to comment.