Skip to content

Commit

Permalink
Fix phpstan errors
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Jul 24, 2017
1 parent 77855b3 commit 7b532a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpstan.neon
Expand Up @@ -10,6 +10,6 @@ parameters:
- '#^[a-zA-Z\\]++::__construct\(\) does not call parent constructor from Nette\\ComponentModel\\Component#'
- '#^Method Arachne\\Forms\\Application\\FormComponent::getPresenter\(\) should return Nette\\Application\\UI\\Presenter|null but returns Nette\\ComponentModel\\IComponent#'
- '#^Parameter \#3 \$previous of class Nette\\Application\\BadRequestException constructor expects Exception|null, Symfony\\Component\\PropertyAccess\\Exception\\ExceptionInterface given#'
- '#^Calling method getParameter\(\) on possibly nullable type Nette\\Application\\Request\|null#'
- '#^Calling method [a-zA-Z]++\(\) on possibly nullable type Nette\\Application\\UI\\Presenter\|null#'
- '#^Calling method getParameter\(\) on possibly null value of type Nette\\Application\\Request\|null#'
- '#^Calling method [a-zA-Z]++\(\) on possibly null value of type Nette\\Application\\UI\\Presenter\|null#'
- '#^Parameter \#2 \$request of method Arachne\\Forms\\Application\\FormComponent::process[a-zA-Z]++\(\) expects Nette\\Application\\Request, Nette\\Application\\Request\|null given#'

0 comments on commit 7b532a5

Please sign in to comment.