diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 18b4d00d..3c40baf4 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -21,6 +21,6 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: PHP-CS-Fixer - uses: docker://oskarstark/php-cs-fixer-ga:latest@sha256:b9b4d3b392a37371332a452d0ff2891bf4971b57ddb2b52b8a7fac31d87f4dae + uses: docker://oskarstark/php-cs-fixer-ga:latest@sha256:a4dc1c964e0f4118aef8ba80ee329157cf1e857e70f4cd1efdc22856887c1d14 with: args: . --diff --dry-run diff --git a/.gitignore b/.gitignore index 124e0b88..1f6ab2aa 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ vendor/ .idea/ /.php_cs.cache *.iml -.phpunit.result.cache \ No newline at end of file +.phpunit.result.cache +.php-cs-fixer.cache diff --git a/examples/hello/index.php b/examples/hello/index.php index e82e139a..bc4d0987 100644 --- a/examples/hello/index.php +++ b/examples/hello/index.php @@ -1,4 +1,5 @@