Passed
Push — main ( 5ca287...d84479 )
by Thierry
05:24
created
jaxon-core/src/Di/ComponentContainer.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@
 block discarded – undo
141 141
      */
142 142
     public function val(string $sKey, $xValue): void
143 143
     {
144
-       $this->xContainer->offsetSet($sKey, $xValue);
144
+        $this->xContainer->offsetSet($sKey, $xValue);
145 145
     }
146 146
 
147 147
     /**
Please login to merge, or discard this patch.