Completed
Push — locale-removal ( 1f9ebb...fb6ffb )
by Kamil
41:55 queued 19:22
created
src/Sylius/Bundle/UiBundle/Form/Type/SecurityLoginType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Sylius\Bundle\UiBundle\Form\Type;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Bundle/UiBundle/Menu/Event/MenuBuilderEvent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Sylius\Bundle\UiBundle\Menu\Event;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Bundle/UiBundle/Twig/SortByExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Sylius\Bundle\UiBundle\Twig;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Bundle/UiBundle/Twig/PercentageExtension.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@  discard block
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Sylius\Bundle\UiBundle\Twig;
15 15
 
@@ -37,6 +37,6 @@  discard block
 block discarded – undo
37 37
     {
38 38
         $percentage = $number * 100;
39 39
 
40
-        return $percentage.' %';
40
+        return $percentage . ' %';
41 41
     }
42 42
 }
Please login to merge, or discard this patch.
src/Sylius/Bundle/UiBundle/SyliusUiBundle.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Sylius\Bundle\UiBundle;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Bundle/UiBundle/Block/BlockEventListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Sylius\Bundle\UiBundle\Block;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Bundle/UiBundle/Controller/SecurityController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Sylius\Bundle\UiBundle\Controller;
15 15
 
Please login to merge, or discard this patch.
AddressingBundle/spec/Form/EventListener/BuildAddressFormSubscriberSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace spec\Sylius\Bundle\AddressingBundle\Form\EventListener;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Bundle/AddressingBundle/spec/Twig/CountryNameExtensionSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace spec\Sylius\Bundle\AddressingBundle\Twig;
15 15
 
Please login to merge, or discard this patch.