Completed
Push — master ( 9bb04b...b4e7ce )
by
unknown
03:14
created
src/Charcoal/Object/RoutableTrait.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -171,8 +171,8 @@
 block discarded – undo
171 171
      */
172 172
     private function slugPatternLanguages()
173 173
     {
174
-        $langs  = [];
175
-        $patterns = [ $this->slugPattern(), $this->slugPrefix(), $this->slugSuffix() ];
174
+        $langs = [];
175
+        $patterns = [$this->slugPattern(), $this->slugPrefix(), $this->slugSuffix()];
176 176
         foreach ($patterns as $pattern) {
177 177
             if ($pattern instanceof TranslationString) {
178 178
                 $langs = array_merge($langs, $pattern->all());
Please login to merge, or discard this patch.