We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a33119b commit 3cb9afaCopy full SHA for 3cb9afa
.github/workflows/main.yml
@@ -120,7 +120,7 @@ jobs:
120
run: vendor/bin/rector --dry-run
121
122
- name: Execute PHP Insights
123
- run: vendor/bin/phpinsights --no-interaction
+ run: vendor/bin/phpinsights --disable-security-check --no-interaction
124
125
laravel11-tests:
126
runs-on: ubuntu-latest
@@ -223,4 +223,4 @@ jobs:
223
224
225
226
0 commit comments