Passed
Push — master ( 56185b...6f8879 )
by P.R.
04:24
created
src/Helper/StratumMetadataHelper.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
   public function writeMetadata(StratumStyle $io): void
121 121
   {
122 122
     $data = ['revision' => $this->revision,
123
-             'routines' => $this->routines];
123
+              'routines' => $this->routines];
124 124
 
125 125
     $json = json_encode($data, JSON_PRETTY_PRINT);
126 126
     if (json_last_error()!==JSON_ERROR_NONE)
Please login to merge, or discard this patch.