Skip to content

Commit

Permalink
Ignore PHPStan error about missing class User
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys committed May 29, 2020
1 parent 4d6e71f commit e908a4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ parameters:
- src/Test/AbstractWidgetTestCase.php
- tests/bootstrap.php

ignoreErrors:
- '#^Class Sonata\\UserBundle\\Model\\User not found\.$#'

autoload_files:
- vendor/autoload.php

0 comments on commit e908a4e

Please sign in to comment.