Skip to content

Commit 2b6471c

Browse files
committed
Deleted custom rule
1 parent 16e4e3e commit 2b6471c

File tree

16 files changed

+0
-1357
lines changed

16 files changed

+0
-1357
lines changed

composer.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111
"email": "niza@cego.dk"
1212
}
1313
],
14-
"autoload": {
15-
"psr-4": {
16-
"Cego\\phpstan\\": "src/"
17-
}
18-
},
1914
"autoload-dev": {
2015
"psr-4": {
2116
"Test\\": "test/"

extension.neon

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,6 @@
11
includes:
22
- ./../../nunomaduro/larastan/extension.neon
33

4-
services:
5-
-
6-
class: Cego\phpstan\SpatieLaravelData\Collectors\ConstructorCollector
7-
tags:
8-
- phpstan.collector
9-
10-
-
11-
class: Cego\phpstan\SpatieLaravelData\Collectors\FromCollector
12-
tags:
13-
- phpstan.collector
14-
15-
-
16-
class: Cego\phpstan\SpatieLaravelData\Collectors\CastCollector
17-
tags:
18-
- phpstan.collector
19-
20-
rules:
21-
- Cego\phpstan\SpatieLaravelData\Rules\ValidTypeRule
22-
234
parameters:
245
level: 8
256
reportUnmatchedIgnoredErrors: false

src/.gitkeep

Whitespace-only changes.

src/SpatieLaravelData/Collectors/CastCollector.php

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

src/SpatieLaravelData/Collectors/ConstructorCollector.php

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

0 commit comments

Comments
 (0)