Skip to content

Commit dffe34e

Browse files
committed
Ignore phpstan errors
1 parent 9b4359a commit dffe34e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Support/UsersRouteActionsPresenter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function new() : string
2929
}
3030

3131
#[Route('POST', '/users')]
32-
#[Route('PATCH', '/users', name: 'repeated')]
32+
#[Route('PATCH', '/users', name: 'repeated')] // @phpstan-ignore-line
3333
public function create() : string
3434
{
3535
return __METHOD__;

tests/Support/UsersRouteActionsResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Framework\Routing\RouteActions;
1717

1818
#[Origin('http://domain.com')]
19-
#[Origin('http://api.domain.xyz')]
19+
#[Origin('http://api.domain.xyz')] // @phpstan-ignore-line
2020
class UsersRouteActionsResource extends RouteActions implements ResourceInterface
2121
{
2222
#[Route('GET', '/users', origins: 'http://foo.com')]

0 commit comments

Comments
 (0)