Skip to content

Commit

Permalink
[TASK] Removed phpstan and its configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
hojalatheef committed Sep 20, 2024
1 parent 12e98ea commit cef7db3
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 43 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ jobs:
- name: 'CGL'
run: Build/Scripts/runTests.sh -n -p ${{ matrix.php }} -s cgl

# Disabled phpstan as the level-6 needs a lot of fixes
#- name: 'phpstan'
# run: Build/Scripts/runTests.sh -n -p ${{ matrix.php }} -s phpstan

- name: 'Execute unit tests'
run: Build/Scripts/runTests.sh -p ${{ matrix.php }} -s unit

Expand Down
7 changes: 0 additions & 7 deletions Build/phpstan/phpstan-baseline.neon

This file was deleted.

12 changes: 0 additions & 12 deletions Build/phpstan/phpstan-typo3-constants.php

This file was deleted.

19 changes: 0 additions & 19 deletions Build/phpstan/phpstan.neon

This file was deleted.

1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"ergebnis/composer-normalize": "~2.42.0",
"friendsofphp/php-cs-fixer": "^3.14",
"jweiland/events2": "^9.0",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.6",
"sjbr/static-info-tables": "^12.4",
"typo3/coding-standards": "^0.6",
Expand Down

0 comments on commit cef7db3

Please sign in to comment.