mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
bug #11553 Fix Psalm errors (Tomanhez)
This PR was merged into the 1.7 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.7
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| License | MIT
<!--
- Bug fixes must be submitted against the 1.6 or 1.7 branches (the lowest possible)
- Features and deprecations must be submitted against the master branch
- Make sure that the correct base branch is set
-->
Commits
-------
6302ef131a Add ignore files to psalm
This commit is contained in:
commit
44f8e60503
1 changed files with 2 additions and 0 deletions
|
|
@ -108,6 +108,8 @@
|
|||
</DeprecatedInterface>
|
||||
<DeprecatedMethod>
|
||||
<errorLevel type="info">
|
||||
<referencedMethod name="FOS\RestBundle\View\View::setTemplate" />
|
||||
<referencedMethod name="FOS\RestBundle\View\View::setTemplateVar" />
|
||||
<referencedMethod name="Payum\Core\Model\GatewayConfigInterface::setFactoryName" />
|
||||
<referencedMethod name="Symfony\Component\EventDispatcher\Event::stopPropagation" />
|
||||
<referencedMethod name="Symfony\Component\HttpKernel\Kernel::getRootDir" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue