@@ -13,6 +13,6 @@ |
||
13 | 13 | |
14 | 14 | public function isValid($line) |
15 | 15 | { |
16 | - return true; |
|
16 | + return true; |
|
17 | 17 | } |
18 | 18 | } |
@@ -12,7 +12,7 @@ |
||
12 | 12 | $lines = $phpmd->getLines(); |
13 | 13 | $file = '/full/path/to/file/src/CoverageCheck.php'; |
14 | 14 | $expected = [ |
15 | - $file => [ |
|
15 | + $file => [ |
|
16 | 16 | 56 => [ |
17 | 17 | 'The method addUnCoveredLine has a boolean flag argument ' . |
18 | 18 | '$message, which is a certain sign of a ' . |
@@ -12,7 +12,7 @@ |
||
12 | 12 | $lines = $phpmd->getLines(); |
13 | 13 | $file = '/full/path/to/file/src/CoverageCheck.php'; |
14 | 14 | $expected = [ |
15 | - $file => [ |
|
15 | + $file => [ |
|
16 | 16 | 56 => [ |
17 | 17 | 'The method addUnCoveredLine has a boolean flag argument ' . |
18 | 18 | '$message, which is a certain sign of a ' . |