File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979 - name : Add PHPUnit matcher
8080 run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
8181
82- - name : Use older Flex endpoint for Symfony 4.4
83- if : matrix.symfony-require == '4.4.*'
84- run : composer config extra.symfony.endpoint https://raw.githubusercontent.com/symfony/recipes/c8d90298241f176a261dadc4814d7058415a4c1f/index.json
85-
8682 - name : Globally install symfony/flex
8783 if : matrix.symfony-require != ''
8884 run : |
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <psalm xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" https://getpsalm.org/schema/config" errorLevel =" 2" resolveFromConfigFile =" true" xsi : schemaLocation =" https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd" findUnusedBaselineEntry =" true" findUnusedCode =" false" >
2+ <psalm xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" https://getpsalm.org/schema/config" errorLevel =" 2" resolveFromConfigFile =" true" xsi : schemaLocation =" https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd" findUnusedPsalmSuppress = " true " findUnusedBaselineEntry =" true" findUnusedCode =" false" >
33 <projectFiles >
44 <directory name =" src" />
55 <directory name =" tests" />
Original file line number Diff line number Diff line change 4343final class Configuration implements ConfigurationInterface
4444{
4545 /**
46- * @psalm-suppress PossiblyNullReference, PossiblyUndefinedMethod
46+ * @psalm-suppress PossiblyNullReference, UndefinedInterfaceMethod
4747 *
4848 * @see https://github.com/psalm/psalm-plugin-symfony/issues/174
4949 */
You can’t perform that action at this time.
0 commit comments