Skip to content

Commit

Permalink
phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jun 24, 2021
1 parent 6229a3e commit 585eaeb
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -484,17 +484,9 @@ parameters:
path: packages/StaticTypeMapper/PhpDocParser/UnionTypeMapper.php #17

-
message: '#Class with base "UnionTypeMapper" name is already used in "Rector\\StaticTypeMapper\\PhpDocParser\\UnionTypeMapper", "Rector\\PHPStanStaticTypeMapper\\TypeMapper\\UnionTypeMapper"\. Use unique name to make classes easy to recognize#'
path: packages/PHPStanStaticTypeMapper/TypeMapper/UnionTypeMapper.php #17

-
message: '#Class with base "StaticTypeMapper" name is already used in "Rector\\StaticTypeMapper\\StaticTypeMapper", "Rector\\PHPStanStaticTypeMapper\\TypeMapper\\StaticTypeMapper"\. Use unique name to make classes easy to recognize#'
message: '#Class with base "StaticTypeMapper" name is already used in "Rector\\PHPStanStaticTypeMapper\\TypeMapper\\StaticTypeMapper", "Rector\\StaticTypeMapper\\StaticTypeMapper"\. Use unique name to make classes easy to recognize#'
path: packages/StaticTypeMapper/StaticTypeMapper.php #31

-
message: '#Class with base "StaticTypeMapper" name is already used in "Rector\\StaticTypeMapper\\StaticTypeMapper", "Rector\\PHPStanStaticTypeMapper\\TypeMapper\\StaticTypeMapper"\. Use unique name to make classes easy to recognize#'
path: packages/PHPStanStaticTypeMapper/TypeMapper/StaticTypeMapper.php #21

# false positive
- '#Attribute class JetBrains\\PhpStorm\\Immutable does not exist#'

Expand Down

0 comments on commit 585eaeb

Please sign in to comment.