Skip to content

Commit

Permalink
bug #13159 [Build][Hot-fix] Ignore PHPStan analysis for StringInflect…
Browse files Browse the repository at this point in the history
…or (Zales0123)

This PR was merged into the 1.10 branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | 1.10
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | the same as #13138, but for 1.10
| License         | MIT

It started to fail on 1.10 as well :/ I'm temporarily disabling the analysis and we need to figure out what is wrong with it 🖖 🔥 

Commits
-------

324e7c3 Ignore PHPStan analysis for StingInflector
  • Loading branch information
Zales0123 committed Sep 30, 2021
2 parents fc50b3e + 324e7c3 commit cb1028d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ parameters:
- 'src/Sylius/Bundle/CoreBundle/Tests/DependencyInjection/CircularDependencyBreakingExceptionListenerPassTest.php'
- 'src/Sylius/Bundle/CoreBundle/Tests/Listener/CircularDependencyBreakingExceptionListenerTest.php'

# PHP 7.4-specific issues
- 'src/Sylius/Component/Core/Formatter/StringInflector.php'
ignoreErrors:
- '/Access to an undefined property Doctrine\\Common\\Collections\\ArrayCollection/'

0 comments on commit cb1028d

Please sign in to comment.