Completed
Push — master ( 210f19...1757e7 )
by Kamil
28:14
created
Resource/Translation/Provider/TranslationLocaleProviderInterface.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\Resource\Translation\Provider;
15 15
 
Please login to merge, or discard this patch.
Sylius/Component/Resource/Translation/TranslatableEntityLocaleAssigner.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\Resource\Translation;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Component/Resource/Repository/RepositoryInterface.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\Resource\Repository;
15 15
 
Please login to merge, or discard this patch.
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,17 +29,19 @@
 block discarded – undo
29 29
      * @param array $criteria
30 30
      * @param array $sorting
31 31
      *
32
-     * @return iterable
32
+     * @return \Pagerfanta\Pagerfanta
33 33
      */
34 34
     public function createPaginator(array $criteria = [], array $sorting = []): iterable;
35 35
 
36 36
     /**
37 37
      * @param ResourceInterface $resource
38
+     * @return void
38 39
      */
39 40
     public function add(ResourceInterface $resource): void;
40 41
 
41 42
     /**
42 43
      * @param ResourceInterface $resource
44
+     * @return void
43 45
      */
44 46
     public function remove(ResourceInterface $resource): void;
45 47
 }
Please login to merge, or discard this patch.
Component/Resource/Repository/Exception/ExistingResourceException.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\Resource\Repository\Exception;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Component/Resource/Generator/RandomnessGenerator.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\Resource\Generator;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Component/Resource/ResourceActions.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\Resource;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Component/Attribute/spec/Factory/AttributeFactorySpec.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\Component\Attribute\Factory;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Component/Attribute/spec/AttributeType/DateAttributeTypeSpec.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\Component\Attribute\AttributeType;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Component/Attribute/spec/Model/AttributeSpec.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\Component\Attribute\Model;
15 15
 
Please login to merge, or discard this patch.