Skip to content

Commit 76d6c0c

Browse files
authored
DevKit updates for 4.x branch (#905)
1 parent 891bd7f commit 76d6c0c

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/test.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@ jobs:
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: |

psalm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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"/>

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
final 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
*/

0 commit comments

Comments
 (0)