Passed
Push — release/4.x ( 8c7671...1cd966 )
by
unknown
12:18 queued 05:57
created
src/Zicht/Bundle/UrlBundle/Form/Extension/TinymceTypeExtension.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
      */
41 41
     public function getExtendedType()
42 42
     {
43
-       return TinymceTypeExtension::class;
43
+        return TinymceTypeExtension::class;
44 44
     }
45 45
 
46 46
     /**
Please login to merge, or discard this patch.
src/Zicht/Bundle/UrlBundle/Url/DelegatingProvider.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     {
39 39
         $this->providers[$priority][] = $provider;
40 40
         ksort($this->providers);
41
-     }
41
+        }
42 42
 
43 43
     /**
44 44
      * {@inheritDoc}
Please login to merge, or discard this patch.