File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
tests/NotModified/Annotation Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1717 ref : ${{ github.head_ref }}
1818
1919 - name : Run PHP-CS-Fixer
20- uses : docker://oskarstark/php-cs-fixer-ga:2.19 .0
20+ uses : docker://oskarstark/php-cs-fixer-ga:3.11 .0
2121
2222 - name : Commit and push back changes
2323 uses : stefanzweifel/git-auto-commit-action@v4
2424 with :
25- commit_message : " Fix CS with PHP-CS-Fixer 2.19.0 "
25+ commit_message : " Fix CS with PHP-CS-Fixer"
Original file line number Diff line number Diff line change 11vendor /
2- .php_cs .cache
2+ .php-cs-fixer .cache
33.phpunit.result.cache
44composer.lock
Original file line number Diff line number Diff line change 11<?php
22
3- return PhpCsFixer \Config:: create ( )
3+ return ( new PhpCsFixer \Config () )
44 ->setRules ([
55 '@Symfony ' => true ,
66 'array_syntax ' => array ('syntax ' => 'short ' ),
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ public function lastModifiedDescriptionsCannotBeEmpty()
3535
3636 /**
3737 * @test
38+ *
3839 * @doesNotPerformAssertions
3940 */
4041 public function stringAsSimpleLastModifiedDescription ()
@@ -63,6 +64,7 @@ public function serviceNameAsLastModifiedDescription()
6364
6465 /**
6566 * @test
67+ *
6668 * @doesNotPerformAssertions
6769 */
6870 public function arrayAslastModifiedDeterminatorDescriptionWithConstructorArguments ()
@@ -83,6 +85,7 @@ public function lastModifiedDeterminatorsHaveToImplementInterface()
8385
8486 /**
8587 * @test
88+ *
8689 * @group time-sensitive
8790 */
8891 public function determineLastModifiedDeterminesLastModifiedOfOneDeterminator ()
You can’t perform that action at this time.
0 commit comments