Passed
Push — master ( 6e4dff...239ace )
by Sebastian
01:13 queued 19s
created
src/Configuration/Generator.php 1 patch
Upper-Lower-Casing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
     </backups>
35 35
 </phpbu>
36 36
 
37
-EOT;
37
+eot;
38 38
 
39 39
     /**
40 40
      * @var string
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
   ]
65 65
 }
66 66
 
67
-EOT;
67
+eot;
68 68
 
69 69
     /**
70 70
      * Return the config file content
Please login to merge, or discard this patch.
src/Cmd.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -406,7 +406,7 @@
 block discarded – undo
406 406
   -v, --verbose            Output more verbose information.
407 407
   -V, --version            Output version information and exit.
408 408
 
409
-EOT;
409
+eot;
410 410
         if ($this->isPhar) {
411 411
             echo '  --version-check        Check whether phpbu is up to date.' . PHP_EOL;
412 412
             echo '  --self-update          Upgrade phpbu to the latest version.' . PHP_EOL;
Please login to merge, or discard this patch.