Failed Conditions
Pull Request — master (#256)
by
unknown
03:39
created
src/FilterExtension/Filters/AbstractFilter.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@
 block discarded – undo
166 166
      *
167 167
      * @param string $property
168 168
      *
169
-     * @return array
169
+     * @return string
170 170
      */
171 171
     protected function splitPropertyParts(string $property, string $resourceClass): array
172 172
     {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Sylius\ShopApiPlugin\FilterExtension\Filters;
6 6
 
Please login to merge, or discard this patch.
src/ViewRepository/ProductCatalogViewRepository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Pagerfanta\Pagerfanta;
9 9
 use Sylius\Component\Channel\Repository\ChannelRepositoryInterface;
10 10
 use Sylius\Component\Core\Model\ChannelInterface;
11
-use Sylius\Component\Core\Model\Product;
12 11
 use Sylius\Component\Core\Model\TaxonInterface;
13 12
 use Sylius\Component\Core\Repository\ProductRepositoryInterface;
14 13
 use Sylius\Component\Locale\Model\LocaleInterface;
Please login to merge, or discard this patch.
src/Exception/InvalidArgumentException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Sylius\ShopApiPlugin\Exception;
6 6
 
Please login to merge, or discard this patch.
src/FilterExtension/Util/QueryNameGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Sylius\ShopApiPlugin\FilterExtension\Util;
6 6
 
Please login to merge, or discard this patch.
src/FilterExtension/Util/QueryJoinParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Sylius\ShopApiPlugin\FilterExtension\Util;
6 6
 
Please login to merge, or discard this patch.
src/FilterExtension/Util/QueryBuilderHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Sylius\ShopApiPlugin\FilterExtension\Util;
6 6
 
Please login to merge, or discard this patch.
src/FilterExtension/Util/QueryNameGeneratorInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Sylius\ShopApiPlugin\FilterExtension\Util;
6 6
 
Please login to merge, or discard this patch.
src/FilterExtension/Util/QueryChecker.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Sylius\ShopApiPlugin\FilterExtension\Util;
6 6
 
Please login to merge, or discard this patch.
src/FilterExtension/FilterExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Sylius\ShopApiPlugin\FilterExtension;
6 6
 
Please login to merge, or discard this patch.