Skip to content

Commit 8dab988

Browse files
committed
chore: Remove unused phpstan baseline file and related configurations
1 parent 14e975d commit 8dab988

5 files changed

Lines changed: 0 additions & 63 deletions

File tree

.github/workflows/phpstan.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
paths:
77
- '**.php'
88
- 'phpstan.neon.dist'
9-
- 'phpstan-baseline.neon'
109

1110
jobs:
1211
phpstan:

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
},
5050
"scripts": {
5151
"analyse": "vendor/bin/phpstan analyse --ansi --memory-limit=-1",
52-
"baseline": "vendor/bin/phpstan analyse --ansi --memory-limit=-1 --generate-baseline",
5352
"format": "vendor/bin/pint --config pint.json",
5453
"test": "vendor/bin/pest",
5554
"test-coverage": "vendor/bin/pest --coverage"

phpstan-baseline.neon

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

phpstan.neon.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
includes:
22
- ./vendor/larastan/larastan/extension.neon
3-
- phpstan-baseline.neon
43

54
parameters:
65
level: max

src/Traits/WithGridValidation.php

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

0 commit comments

Comments
 (0)