File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phive xmlns =" https://phar.io/phive" >
3- <phar name =" composer-normalize" version =" ^2.44.0" installed =" 2.44 .0" location =" ./.phive/composer-normalize" copy =" false" />
4- <phar name =" php-cs-fixer" version =" ^3.59.3" installed =" 3.64 .0" location =" ./.phive/php-cs-fixer" copy =" false" />
3+ <phar name =" composer-normalize" version =" ^2.44.0" installed =" 2.45 .0" location =" ./.phive/composer-normalize" copy =" false" />
4+ <phar name =" php-cs-fixer" version =" ^3.59.3" installed =" 3.66 .0" location =" ./.phive/php-cs-fixer" copy =" false" />
55</phive >
Original file line number Diff line number Diff line change 7171 'php_unit_mock_short_will_return ' => true ,
7272 'php_unit_set_up_tear_down_visibility ' => true ,
7373 'php_unit_test_annotation ' => ['style ' => 'annotation ' ],
74- 'php_unit_test_case_static_method_calls ' => ['call_type ' => 'self ' ],
74+ // `'methods' => ['createStub' => 'this']` is required as long as we are not on PHPUnit 10.x yet
75+ // (where that method was made static).
76+ 'php_unit_test_case_static_method_calls ' => ['call_type ' => 'self ' , 'methods ' => ['createStub ' => 'this ' ]],
7577
7678 // PHPDoc
7779 'no_blank_lines_after_phpdoc ' => true ,
You can’t perform that action at this time.
0 commit comments