Browse Source

Remove phpstan missing attribute suppression

Corey Taylor 3 years ago
parent
commit
b103aec8dc
1 changed files with 0 additions and 2 deletions
  1. 0 2
      phpstan.neon

+ 0 - 2
phpstan.neon

@@ -10,8 +10,6 @@ parameters:
 		- tests/bootstrap.php
 	paths:
 		- src/
-	ignoreErrors:
-		- '#^Attribute class \w+ does not exist\.$#'
 
 services:
 	-