Skip to content

Commit

Permalink
Remove phan
Browse files Browse the repository at this point in the history
  • Loading branch information
brianvarskonst committed Jun 6, 2024
1 parent 4fdf926 commit 19c433f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1,740 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,3 @@ jobs:
# run: vendor/bin/phpcs -s --standard=Brianvarskonst integrationtests/testfile.php
# - name: Run PHPStan
# run: vendor/bin/phpstan analyse --no-progress
# - name: Run phan
# if: ${{ matrix.os != 'windows-latest' }}
# run: vendor/bin/phan
# # AST 1.1 binary for Windows seems to be missing on PECL
# - name: Run phan with polyfill
# if: ${{ matrix.os == 'windows-latest' }}
# run: vendor/bin/phan --allow-polyfill-parser
44 changes: 0 additions & 44 deletions .phan/config.php

This file was deleted.

3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brianvarskonst/coding-standard",
"description": "PHP coding-standard for customerce projects",
"description": "Coding Standard Rules for CodeSniffer for writing consistent PHP code",
"license": "MIT",
"type": "phpcodesniffer-standard",
"keywords": [
Expand Down Expand Up @@ -33,7 +33,6 @@
},
"require-dev": {
"ergebnis/composer-normalize": "^2.8",
"phan/phan": "^5",
"phpstan/phpstan": "^1",
"phpstan/phpstan-strict-rules": "^1",
"phpunit/phpunit": "^9.3"
Expand Down
Loading

0 comments on commit 19c433f

Please sign in to comment.