Passed
Push — develop ( 680baf...973afb )
by nguereza
02:05
created
src/Storage/MemoryStorage.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -174,7 +174,7 @@
 block discarded – undo
174 174
      */
175 175
     public function addDomain(string $domain, ?string $path = null): self
176 176
     {
177
-		if ($path === null) {
177
+        if ($path === null) {
178 178
             $path = $this->config->get('translation_path');
179 179
         }
180 180
         
Please login to merge, or discard this patch.