Skip to content

Commit 5acde04

Browse files
committed
Fix shepherd
1 parent b03b846 commit 5acde04

File tree

2 files changed

+2
-28
lines changed

2 files changed

+2
-28
lines changed

.github/workflows/shepherd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: true
2222

2323
- name: Install dependencies
24-
run: composer install --prefer-dist --no-progress --no-suggest
24+
run: composer update --prefer-dist --no-progress --no-suggest --prefer-lowest
2525
env:
2626
COMPOSER_ROOT_VERSION: dev-master
2727

psalm-baseline.xml

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<files psalm-version="5.x-dev@f9f8bacdf1d1931d10c208401aa3189d1958d182">
2+
<files psalm-version="5.x-dev@9bc98ecd47a4b83a663783c5a4744d48605d3eba">
33
<file src="examples/TemplateChecker.php">
44
<PossiblyUndefinedIntArrayOffset>
55
<code><![CDATA[$comment_block->tags['variablesfrom'][0]]]></code>
@@ -350,32 +350,6 @@
350350
<code>$cs[0]</code>
351351
</PossiblyUndefinedIntArrayOffset>
352352
</file>
353-
<file src="src/Psalm/Internal/PluginManager/Command/DisableCommand.php">
354-
<RedundantCondition>
355-
<code>$config_file_path !== null</code>
356-
</RedundantCondition>
357-
<ReservedWord>
358-
<code><![CDATA[$input->getArgument('pluginName')]]></code>
359-
<code><![CDATA[$input->getOption('config')]]></code>
360-
</ReservedWord>
361-
</file>
362-
<file src="src/Psalm/Internal/PluginManager/Command/EnableCommand.php">
363-
<RedundantCondition>
364-
<code>$config_file_path !== null</code>
365-
</RedundantCondition>
366-
<ReservedWord>
367-
<code><![CDATA[$input->getArgument('pluginName')]]></code>
368-
<code><![CDATA[$input->getOption('config')]]></code>
369-
</ReservedWord>
370-
</file>
371-
<file src="src/Psalm/Internal/PluginManager/Command/ShowCommand.php">
372-
<RedundantCondition>
373-
<code>$config_file_path !== null</code>
374-
</RedundantCondition>
375-
<ReservedWord>
376-
<code><![CDATA[$input->getOption('config')]]></code>
377-
</ReservedWord>
378-
</file>
379353
<file src="src/Psalm/Internal/Provider/ReturnTypeProvider/ArrayMapReturnTypeProvider.php">
380354
<PossiblyUndefinedIntArrayOffset>
381355
<code>$callable_method_name</code>

0 commit comments

Comments
 (0)