Completed
Push — 1.0-adjust-cs ( dde5cf )
by Kamil
27:56
created
src/Sylius/Component/Grid/Provider/ArrayGridProvider.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\Component\Grid\Provider;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Component/Grid/Filter/MoneyFilter.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\Component\Grid\Filter;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Component/Grid/Filter/BooleanFilter.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\Component\Grid\Filter;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Component/Grid/Filter/EntityFilter.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\Component\Grid\Filter;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Component/Grid/Data/DataSourceInterface.php 2 patches
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\Component\Grid\Data;
15 15
 
Please login to merge, or discard this patch.
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,6 +26,7 @@  discard block
 block discarded – undo
26 26
     /**
27 27
      * @param mixed $expression
28 28
      * @param string $condition
29
+     * @return void
29 30
      */
30 31
     public function restrict($expression, string $condition = self::CONDITION_AND): void;
31 32
 
@@ -37,7 +38,7 @@  discard block
 block discarded – undo
37 38
     /**
38 39
      * @param Parameters $parameters
39 40
      *
40
-     * @return mixed
41
+     * @return \Pagerfanta\Pagerfanta
41 42
      */
42 43
     public function getData(Parameters $parameters);
43 44
 }
Please login to merge, or discard this patch.
src/Sylius/Component/Shipping/Resolver/DefaultShippingMethodResolver.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\Component\Shipping\Resolver;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Bundle/PayumBundle/Form/Type/StripeGatewayConfigurationType.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\PayumBundle\Form\Type;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Bundle/PayumBundle/Form/Type/PaypalGatewayConfigurationType.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\PayumBundle\Form\Type;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Bundle/PayumBundle/Action/Offline/StatusAction.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\PayumBundle\Action\Offline;
15 15
 
Please login to merge, or discard this patch.