Skip to content

Commit

Permalink
Remove no longer necessary phpstan's ignored error
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Jan 19, 2021
1 parent b48623f commit e180f93
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ parameters:
- '#Unsafe usage of new static\(\)#'
- message: '#expects class-string#'
path: tests/
- message: '#Unable to resolve the template type ExpectedType#'
path: tests/unit/RequestBuilder/RequestBuilderFactoryTest.php
- message: '#parameter \$factoryArguments with no typehint specified#'
path: tests/unit/RequestBuilder/RequestBuilderFactoryTest.php

Expand Down

0 comments on commit e180f93

Please sign in to comment.