Skip to content

Commit 27874e7

Browse files
committed
new files weren't sticking in repo
1 parent e29f13d commit 27874e7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

ecs.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
->withPaths([
99
__DIR__ . '/src',
1010
__FILE__,
11-
]);
11+
]);

phpstan.neon

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ parameters:
55
paths:
66
- src
77
level: 5
8+

rector.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
__DIR__ . '/src',
1010
__FILE__,
1111
])
12-
->withSets([SetList::CRAFT_CMS_50]);
12+
->withSets([SetList::CRAFT_CMS_50]);

0 commit comments

Comments
 (0)