Skip to content

Commit 6ed9c8e

Browse files
authored
Aktualisiere PHP-CS-Fixer auf v3.62.0 (#12)
1 parent 735218d commit 6ed9c8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/fix-cs-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
ref: ${{ github.head_ref }}
1818

1919
- name: Run PHP-CS-Fixer
20-
uses: docker://oskarstark/php-cs-fixer-ga:3.11.0
20+
uses: docker://ghcr.io/webfactory/php-cs-fixer:3.62.0
2121

2222
- name: Commit and push back changes
2323
uses: stefanzweifel/git-auto-commit-action@v4

tests/NotModified/Attribute/ReplaceWithNotModifiedResponseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ final class MyLastModifedDeterminator implements LastModifiedDeterminator
120120
/** @var DateTime */
121121
private $lastModified;
122122

123-
public function __construct(DateTime $lastModified = null)
123+
public function __construct(?DateTime $lastModified = null)
124124
{
125125
$this->lastModified = $lastModified ?: DateTime::createFromFormat('U', time());
126126
}

0 commit comments

Comments
 (0)