Skip to content

Commit 3327d45

Browse files
committed
fix phpcode analysis config.
1 parent de7f615 commit 3327d45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image-Laravel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
run: composer install -n --prefer-dist
104104
- name: Check PHP code style
105105
# run PHP Code Sniffer
106-
run: vendor/bin/phpcs ${{needs.changedfiles.outputs.ts}} --report-full
106+
run: vendor/bin/phpcs --report-full
107107

108108
- name: Run PHP Mess Detector
109109
# run PHP Mess Detector

0 commit comments

Comments
 (0)