Passed
Push — develop ( 119dfd...2d7b42 )
by Brent
02:44
created
src/Brendt/Stitcher/Factory/HeaderCompilerFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
     /**
52 52
      * @return HeaderCompiler|null
53 53
      */
54
-    public function getHeaderCompilerByEnvironment() : ?HeaderCompiler {
54
+    public function getHeaderCompilerByEnvironment() : ? HeaderCompiler {
55 55
         return $this->headerCompilers[$this->environment] ?? null;
56 56
     }
57 57
 }
Please login to merge, or discard this patch.