Skip to content

Commit caaba49

Browse files
committed
Solve issues due to new phpcs version
1 parent 4f2042e commit caaba49

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"type": "library",
55
"license": "MIT",
66
"minimum-stability": "stable",
7+
"config": {
8+
"allow-plugins": {
9+
"phpstan/extension-installer": true
10+
}
11+
},
712
"autoload": {
813
"psr-4": {
914
"DigitalRevolution\\CodeCoverageInspection\\": "src/"

tests/Functional/Command/BaselineCommand/BaselineCommandTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
class BaselineCommandTest extends TestCase
1717
{
18-
1918
/** @var vfsStreamDirectory */
2019
private $fileSystem;
2120

0 commit comments

Comments
 (0)