Completed
Push — 1.8 ( b7094f...f1162e )
by
unknown
83:38 queued 61:44
created
src/Oro/Bundle/SearchBundle/Engine/AbstractMapper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
6 6
 use Symfony\Component\PropertyAccess\PropertyAccess;
7
-
8 7
 use Oro\Bundle\SearchBundle\Provider\SearchMappingProvider;
9 8
 use Oro\Bundle\SearchBundle\Query\Query;
10 9
 
Please login to merge, or discard this patch.
src/Oro/Bundle/SearchBundle/Engine/Indexer.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
     /**
74 74
      * Get array with mapped entities
75 75
      *
76
-     * @return array
76
+     * @return string[]
77 77
      */
78 78
     public function getEntitiesListAliases()
79 79
     {
@@ -111,7 +111,7 @@  discard block
 block discarded – undo
111 111
     /**
112 112
      * Get list of entities allowed to user
113 113
      *
114
-     * @return array
114
+     * @return string[]
115 115
      */
116 116
     public function getAllowedEntitiesListAliases()
117 117
     {
Please login to merge, or discard this patch.
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -4,16 +4,12 @@  discard block
 block discarded – undo
4 4
 
5 5
 use Doctrine\Common\Persistence\ObjectManager;
6 6
 use Doctrine\Common\Util\ClassUtils;
7
-
8 7
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
9 8
 use Symfony\Component\Translation\TranslatorInterface;
10
-
11 9
 use Oro\Bundle\EntityBundle\Provider\EntityProvider;
12
-
13 10
 use Oro\Bundle\EntityConfigBundle\Config\ConfigManager;
14 11
 use Oro\Bundle\EntityConfigBundle\Config\Id\EntityConfigId;
15 12
 use Oro\Bundle\EntityConfigBundle\Entity\EntityConfigModel;
16
-
17 13
 use Oro\Bundle\SearchBundle\Query\Expression\Lexer;
18 14
 use Oro\Bundle\SearchBundle\Query\Expression\Parser as ExpressionParser;
19 15
 use Oro\Bundle\SearchBundle\Query\Mode;
@@ -21,9 +17,7 @@  discard block
 block discarded – undo
21 17
 use Oro\Bundle\SearchBundle\Query\Result;
22 18
 use Oro\Bundle\SearchBundle\Security\SecurityProvider;
23 19
 use Oro\Bundle\SearchBundle\Event\PrepareResultItemEvent;
24
-
25 20
 use Oro\Bundle\SecurityBundle\Search\AclHelper;
26
-
27 21
 use Oro\Bundle\EmailBundle\Entity\Email;
28 22
 use Oro\Bundle\UserBundle\Entity\User;
29 23
 
Please login to merge, or discard this patch.
src/Oro/Bundle/SearchBundle/Engine/ObjectMapper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Symfony\Component\Security\Core\Util\ClassUtils;
6 6
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
7
-
8 7
 use Oro\Bundle\SearchBundle\Query\Mode;
9 8
 use Oro\Bundle\SearchBundle\Event\PrepareEntityMapEvent;
10 9
 use Oro\Bundle\SearchBundle\Exception\InvalidConfigurationException;
Please login to merge, or discard this patch.
src/Oro/Bundle/SearchBundle/Engine/Orm.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@
 block discarded – undo
3 3
 namespace Oro\Bundle\SearchBundle\Engine;
4 4
 
5 5
 use JMS\JobQueueBundle\Entity\Job;
6
-
7 6
 use Oro\Bundle\EntityBundle\ORM\OroEntityManager;
8
-
9 7
 use Oro\Bundle\SearchBundle\Entity\Item;
10 8
 use Oro\Bundle\SearchBundle\Entity\Repository\SearchIndexRepository;
11 9
 use Oro\Bundle\SearchBundle\Query\Mode;
Please login to merge, or discard this patch.
src/Oro/Bundle/SearchBundle/Engine/Orm/BaseDriver.php 2 patches
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -282,9 +282,10 @@
 block discarded – undo
282 282
     /**
283 283
      * Create search string for non string parameters
284 284
      *
285
-     * @param $joinAlias
286
-     * @param $index
285
+     * @param string $joinAlias
286
+     * @param integer $index
287 287
      * @param $condition
288
+     * @param string $operator
288 289
      *
289 290
      * @return string
290 291
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Doctrine\ORM\QueryBuilder;
8 8
 use Doctrine\ORM\Mapping\ClassMetadata;
9 9
 use Doctrine\ORM\EntityManager;
10
-
11 10
 use Oro\Bundle\SearchBundle\Query\Criteria\Criteria;
12 11
 use Oro\Bundle\SearchBundle\Query\Query;
13 12
 
Please login to merge, or discard this patch.
src/Oro/Bundle/SearchBundle/Engine/Orm/OrmExpressionVisitor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Doctrine\Common\Collections\Expr\ExpressionVisitor;
8 8
 use Doctrine\Common\Collections\Expr\Value;
9 9
 use Doctrine\ORM\QueryBuilder;
10
-
11 10
 use Oro\Bundle\SearchBundle\Query\Criteria\Criteria;
12 11
 use Oro\Bundle\SearchBundle\Query\Query;
13 12
 
Please login to merge, or discard this patch.
src/Oro/Bundle/SearchBundle/Engine/Orm/PdoMysql.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -199,7 +199,7 @@
 block discarded – undo
199 199
      *
200 200
      * @param QueryBuilder $qb
201 201
      * @param array        $words
202
-     * @param              $index
202
+     * @param              integer $index
203 203
      * @param  array       $searchCondition
204 204
      *
205 205
      * @return string
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Doctrine\ORM\QueryBuilder;
7 7
 use Doctrine\ORM\EntityManager;
8 8
 use Doctrine\ORM\Mapping\ClassMetadata;
9
-
10 9
 use Oro\Bundle\SearchBundle\Engine\Indexer;
11 10
 use Oro\Bundle\SearchBundle\Query\Criteria\Criteria;
12 11
 use Oro\Bundle\SearchBundle\Query\Query;
Please login to merge, or discard this patch.
src/Oro/Bundle/SearchBundle/Engine/Orm/PdoPgsql.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Doctrine\ORM\QueryBuilder;
6 6
 use Doctrine\ORM\EntityManager;
7 7
 use Doctrine\ORM\Mapping\ClassMetadata;
8
-
9 8
 use Oro\Bundle\SearchBundle\Query\Criteria\Criteria;
10 9
 use Oro\Bundle\SearchBundle\Query\Query;
11 10
 
Please login to merge, or discard this patch.
src/Oro/Bundle/SearchBundle/EventListener/IndexListener.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
     }
75 75
 
76 76
     /**
77
-     * @param $realTime bool
77
+     * @param boolean $realTime bool
78 78
      */
79 79
     public function setRealTimeUpdate($realTime)
80 80
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Doctrine\ORM\Event\PostFlushEventArgs;
7 7
 use Doctrine\ORM\Event\OnFlushEventArgs;
8 8
 use Doctrine\Common\Util\ClassUtils;
9
-
10 9
 use Oro\Bundle\PlatformBundle\EventListener\OptionalListenerInterface;
11 10
 use Oro\Bundle\SearchBundle\Engine\EngineInterface;
12 11
 use Oro\Bundle\EntityBundle\ORM\DoctrineHelper;
Please login to merge, or discard this patch.