File tree Expand file tree Collapse file tree 2 files changed +2
-28
lines changed Expand file tree Collapse file tree 2 files changed +2
-28
lines changed Original file line number Diff line number Diff line change 21
21
fail-fast : true
22
22
23
23
- 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
25
25
env :
26
26
COMPOSER_ROOT_VERSION : dev-master
27
27
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <files psalm-version =" 5.x-dev@f9f8bacdf1d1931d10c208401aa3189d1958d182 " >
2
+ <files psalm-version =" 5.x-dev@9bc98ecd47a4b83a663783c5a4744d48605d3eba " >
3
3
<file src =" examples/TemplateChecker.php" >
4
4
<PossiblyUndefinedIntArrayOffset >
5
5
<code ><![CDATA[ $comment_block->tags['variablesfrom'][0]]]> </code >
350
350
<code >$cs[0]</code >
351
351
</PossiblyUndefinedIntArrayOffset >
352
352
</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 >
379
353
<file src =" src/Psalm/Internal/Provider/ReturnTypeProvider/ArrayMapReturnTypeProvider.php" >
380
354
<PossiblyUndefinedIntArrayOffset >
381
355
<code >$callable_method_name</code >
You can’t perform that action at this time.
0 commit comments