Completed
Push — master ( b0f33b...4b59d8 )
by Takashi
03:26
created
src/services/AssetResolver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
     {
61 61
         foreach ($this->categoryBasedConfig as $matcher => $paths) {
62 62
             if (preg_match(sprintf('#^%s#', $matcher), $category)) {
63
-                return $paths;  // deeper category should match early.
63
+                return $paths; // deeper category should match early.
64 64
             }
65 65
         }
66 66
 
Please login to merge, or discard this patch.