Completed
Push — 1.10 ( 5930b6...ffb454 )
by
unknown
07:44
created
src/OroCRM/Bundle/CaseBundle/Controller/Api/Rest/CommentController.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -3,16 +3,12 @@
 block discarded – undo
3 3
 namespace OroCRM\Bundle\CaseBundle\Controller\Api\Rest;
4 4
 
5 5
 use Symfony\Component\HttpFoundation\Response;
6
-
7 6
 use Nelmio\ApiDocBundle\Annotation\ApiDoc;
8
-
9 7
 use FOS\RestBundle\Util\Codes;
10 8
 use FOS\RestBundle\Controller\Annotations as Rest;
11 9
 use FOS\RestBundle\Routing\ClassResourceInterface;
12
-
13 10
 use Oro\Bundle\SecurityBundle\Annotation\AclAncestor;
14 11
 use Oro\Bundle\SoapBundle\Controller\Api\Rest\RestController;
15
-
16 12
 use OroCRM\Bundle\CaseBundle\Entity\CaseEntity;
17 13
 
18 14
 /**
Please login to merge, or discard this patch.
src/OroCRM/Bundle/CaseBundle/Controller/CommentController.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -3,15 +3,11 @@
 block discarded – undo
3 3
 namespace OroCRM\Bundle\CaseBundle\Controller;
4 4
 
5 5
 use Symfony\Component\HttpFoundation\JsonResponse;
6
-
7 6
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
8 7
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
9 8
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter;
10
-
11 9
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
12
-
13 10
 use Oro\Bundle\SecurityBundle\Annotation\AclAncestor;
14
-
15 11
 use Oro\Bundle\UserBundle\Entity\User;
16 12
 use OroCRM\Bundle\CaseBundle\Entity\CaseEntity;
17 13
 use OroCRM\Bundle\CaseBundle\Entity\CaseComment;
Please login to merge, or discard this patch.
src/OroCRM/Bundle/CaseBundle/Entity/CaseComment.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 OroCRM\Bundle\CaseBundle\Entity;
4 4
 
5 5
 use Doctrine\ORM\Mapping as ORM;
6
-
7 6
 use Oro\Bundle\EntityConfigBundle\Metadata\Annotation\Config;
8
-
9 7
 use OroCRM\Bundle\CaseBundle\Model\ExtendCaseComment;
10 8
 use OroCRM\Bundle\ContactBundle\Entity\Contact;
11 9
 
Please login to merge, or discard this patch.
src/OroCRM/Bundle/CaseBundle/Entity/CaseEntitySoap.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace OroCRM\Bundle\CaseBundle\Entity;
4 4
 
5 5
 use BeSimple\SoapBundle\ServiceDefinition\Annotation as Soap;
6
-
7 6
 use Oro\Bundle\SoapBundle\Entity\SoapEntityInterface;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.
src/OroCRM/Bundle/CaseBundle/Model/ViewFactory.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,15 +3,12 @@
 block discarded – undo
3 3
 namespace OroCRM\Bundle\CaseBundle\Model;
4 4
 
5 5
 use Symfony\Component\Routing\RouterInterface;
6
-
7 6
 use Liip\ImagineBundle\Imagine\Cache\CacheManager;
8
-
9 7
 use Oro\Bundle\EntityBundle\Provider\EntityNameResolver;
10 8
 use Oro\Bundle\LocaleBundle\Formatter\DateTimeFormatter;
11 9
 use Oro\Bundle\SecurityBundle\SecurityFacade;
12 10
 use Oro\Bundle\UserBundle\Entity\User;
13 11
 use Oro\Bundle\AttachmentBundle\Manager\AttachmentManager;
14
-
15 12
 use OroCRM\Bundle\ContactBundle\Entity\Contact;
16 13
 use OroCRM\Bundle\CaseBundle\Entity\CaseComment;
17 14
 
Please login to merge, or discard this patch.
Bundle/CaseBundle/Tests/Functional/DataFixtures/LoadCaseEntityData.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\DependencyInjection\ContainerInterface;
6 6
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
7
-
8 7
 use Doctrine\Common\DataFixtures\DependentFixtureInterface;
9 8
 use Doctrine\Common\DataFixtures\AbstractFixture;
10 9
 use Doctrine\Common\Persistence\ObjectManager;
Please login to merge, or discard this patch.
OroCRM/Bundle/CaseBundle/Tests/Functional/DataFixtures/LoadContactData.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 Doctrine\Common\DataFixtures\AbstractFixture;
6 6
 use Doctrine\Common\Persistence\ObjectManager;
7
-
8 7
 use OroCRM\Bundle\ContactBundle\Entity\Contact;
9 8
 
10 9
 class LoadContactData extends AbstractFixture
Please login to merge, or discard this patch.
src/OroCRM/Bundle/ChannelBundle/Autocomplete/ChannelLimitationHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
 
16 16
     /**
17 17
      * @param string $entityName
18
-     * @param array  $properties
18
+     * @param string[]  $properties
19 19
      * @param string $channelRelationName
20 20
      * @param string $channelSearchPropertyName
21 21
      */
Please login to merge, or discard this patch.
src/OroCRM/Bundle/ChannelBundle/Builder/BuilderFactory.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 OroCRM\Bundle\ChannelBundle\Builder;
4 4
 
5 5
 use Symfony\Bridge\Doctrine\ManagerRegistry;
6
-
7 6
 use Oro\Bundle\IntegrationBundle\Entity\Channel as Integration;
8
-
9 7
 use OroCRM\Bundle\ChannelBundle\Entity\Channel;
10 8
 use OroCRM\Bundle\ChannelBundle\Provider\SettingsProvider;
11 9
 
Please login to merge, or discard this patch.