Skip to content

Commit 19c433f

Browse files
Remove phan
1 parent 4fdf926 commit 19c433f

File tree

4 files changed

+10
-1740
lines changed

4 files changed

+10
-1740
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,3 @@ jobs:
9292
# run: vendor/bin/phpcs -s --standard=Brianvarskonst integrationtests/testfile.php
9393
# - name: Run PHPStan
9494
# run: vendor/bin/phpstan analyse --no-progress
95-
# - name: Run phan
96-
# if: ${{ matrix.os != 'windows-latest' }}
97-
# run: vendor/bin/phan
98-
# # AST 1.1 binary for Windows seems to be missing on PECL
99-
# - name: Run phan with polyfill
100-
# if: ${{ matrix.os == 'windows-latest' }}
101-
# run: vendor/bin/phan --allow-polyfill-parser

.phan/config.php

Lines changed: 0 additions & 44 deletions
This file was deleted.

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "brianvarskonst/coding-standard",
3-
"description": "PHP coding-standard for customerce projects",
3+
"description": "Coding Standard Rules for CodeSniffer for writing consistent PHP code",
44
"license": "MIT",
55
"type": "phpcodesniffer-standard",
66
"keywords": [
@@ -33,7 +33,6 @@
3333
},
3434
"require-dev": {
3535
"ergebnis/composer-normalize": "^2.8",
36-
"phan/phan": "^5",
3736
"phpstan/phpstan": "^1",
3837
"phpstan/phpstan-strict-rules": "^1",
3938
"phpunit/phpunit": "^9.3"

0 commit comments

Comments
 (0)