Passed
Push — master ( 64a7f1...87b8d3 )
by Vasyl
02:04
created
src/UrlAlias.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
             if ($entity->urlAlias) {
40 40
                 unset($parameters[0]);
41 41
                 if (! $this->config->get('url-aliases.use_localization')) {
42
-                	$alias = $entity->urlAlias->alias;
42
+                    $alias = $entity->urlAlias->alias;
43 43
                 } elseif ($this->config->get('url-aliases-laravellocalization.origin_default_locale') == $entity->urlAlias->locale && $this->config->get('url-aliases-laravellocalization.hideDefaultLocaleInURL') && !$forceWithLocalePrefix) {
44 44
                     $alias = $entity->urlAlias->alias;
45 45
                 } else {
Please login to merge, or discard this patch.
src/Middleware/UrlAliasMiddleware.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
             $request->getContent()
130 130
         );
131 131
         
132
-       //...
132
+        //...
133 133
         return $next($request);
134 134
     }
135 135
 
Please login to merge, or discard this patch.