Skip to content

Commit

Permalink
Merge pull request #2483 from rgeraads/fix-phpstan
Browse files Browse the repository at this point in the history
fixed phpstan error
  • Loading branch information
jaapio committed Jul 22, 2020
2 parents 5fead32 + 0346cc5 commit f92d883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpstan.neon
Expand Up @@ -12,7 +12,7 @@ parameters:
- '#.*NodeDefinition::fixXmlConfig.*#'
- '#.*NodeDefinition::addDefaultsIfNotSet.*#'

- '#Call to an undefined method League\\Flysystem\\Filesystem::find()#'
- '#Call to an undefined method League\\Flysystem\\Filesystem::find\(\)#'
# Bad design of descriptors.
- '#Access to an undefined property phpDocumentor\\Descriptor\\Collection<phpDocumentor\\Descriptor\\Collection<phpDocumentor\\Descriptor\\DescriptorAbstract>>::\$[a-z]+#'
# https://github.com/phpDocumentor/phpDocumentor/issues/2279
Expand Down

0 comments on commit f92d883

Please sign in to comment.