Passed
Pull Request — master (#3)
by Scott
02:41
created
src/DiffLineHandle/ContextLine.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,6 +13,6 @@
 block discarded – undo
13 13
 
14 14
     public function isValid($line)
15 15
     {
16
-         return true;
16
+            return true;
17 17
     }
18 18
 }
Please login to merge, or discard this patch.
tests/LoadPhpMdReportStrictTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
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 ' .
Please login to merge, or discard this patch.
tests/LoadPhpMdReportTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
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 ' .
Please login to merge, or discard this patch.