Skip to content

Commit

Permalink
Merge branch 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Dec 21, 2023
2 parents e6ad138 + 9ea87a1 commit f347c80
Show file tree
Hide file tree
Showing 63 changed files with 221 additions and 783 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,5 @@ jobs:

- name: Run Static Analysis
run: |
rm -r public_html # remove once https://github.com/phpstan/phpstan/issues/10321 is fixed
vendor/bin/phpstan analyse
1 change: 0 additions & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
'php_unit_data_provider_name' => false,
'php_unit_test_case_static_method_calls' => false,
'random_api_migration' => false,
'static_lambda' => false,
'strict_param' => false,
])
->setFinder($finder)
Expand Down
Loading

0 comments on commit f347c80

Please sign in to comment.