File tree 4 files changed +10
-1740
lines changed
4 files changed +10
-1740
lines changed Original file line number Diff line number Diff line change 92
92
# run: vendor/bin/phpcs -s --standard=Brianvarskonst integrationtests/testfile.php
93
93
# - name: Run PHPStan
94
94
# 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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " brianvarskonst/coding-standard" ,
3
- "description" : " PHP coding-standard for customerce projects " ,
3
+ "description" : " Coding Standard Rules for CodeSniffer for writing consistent PHP code " ,
4
4
"license" : " MIT" ,
5
5
"type" : " phpcodesniffer-standard" ,
6
6
"keywords" : [
33
33
},
34
34
"require-dev" : {
35
35
"ergebnis/composer-normalize" : " ^2.8" ,
36
- "phan/phan" : " ^5" ,
37
36
"phpstan/phpstan" : " ^1" ,
38
37
"phpstan/phpstan-strict-rules" : " ^1" ,
39
38
"phpunit/phpunit" : " ^9.3"
You can’t perform that action at this time.
0 commit comments