Skip to content

Commit d434db9

Browse files
committed
skip fixtures dir
1 parent b8cf0cc commit d434db9

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@ composer.lock
66
.phpunit.result.cache
77

88
# local metadata
9-
call-like-collected-data.json
10-
func-call-collected-data.json
119
debug.json

call-like-collected-data.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{"class":"Rector\\ArgTyper\\Tests\\PHPStan\\CollectCallLikeArgTypesRule\\Source\\ObjectWithConstructor","method":"__construct","position":0,"type":"PHPStan\\Type\\FloatType"}
2+
{"class":"Rector\\ArgTyper\\Tests\\PHPStan\\CollectCallLikeArgTypesRule\\Source\\ObjectWithConstructor","method":"__construct","position":0,"type":"PHPStan\\Type\\FloatType"}

config/phpstan-collecting-data.neon

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ parameters:
55
excludePaths:
66
- "*/Fixture/*"
77
- "*/Fixtures/*"
8+
- "*/fixtures/*"
9+
- "*/fixture/*"
810

911
rules:
1012
- Rector\ArgTyper\PHPStan\Rule\CollectFuncCallArgTypesRule

func-call-collected-data.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{"function":"Rector\\ArgTyper\\Tests\\PHPStan\\CollectFuncCallArgTypesRule\\Source\\someFunction","position":0,"type":"PHPStan\\Type\\IntegerType"}
2+
{"function":"Rector\\ArgTyper\\Tests\\PHPStan\\CollectFuncCallArgTypesRule\\Source\\someFunction","position":1,"type":"PHPStan\\Type\\FloatType"}
3+
{"function":"Rector\\ArgTyper\\Tests\\PHPStan\\CollectFuncCallArgTypesRule\\Source\\someFunction","position":0,"type":"PHPStan\\Type\\IntegerType"}
4+
{"function":"Rector\\ArgTyper\\Tests\\PHPStan\\CollectFuncCallArgTypesRule\\Source\\someFunction","position":1,"type":"PHPStan\\Type\\FloatType"}
5+
{"function":"Rector\\ArgTyper\\Tests\\PHPStan\\CollectFuncCallArgTypesRule\\Source\\someFunction","position":0,"type":"PHPStan\\Type\\IntegerType"}
6+
{"function":"Rector\\ArgTyper\\Tests\\PHPStan\\CollectFuncCallArgTypesRule\\Source\\someFunction","position":1,"type":"PHPStan\\Type\\FloatType"}
7+
{"function":"Rector\\ArgTyper\\Tests\\PHPStan\\CollectFuncCallArgTypesRule\\Source\\someFunction","position":0,"type":"PHPStan\\Type\\IntegerType"}
8+
{"function":"Rector\\ArgTyper\\Tests\\PHPStan\\CollectFuncCallArgTypesRule\\Source\\someFunction","position":1,"type":"PHPStan\\Type\\FloatType"}

0 commit comments

Comments
 (0)