Completed
Pull Request — develop (#213)
by
unknown
17:52
created
spec/Knp/RadBundle/Alice/ProviderCollectionSpec.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 spec\Knp\RadBundle\Alice;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 
8 7
 class ProviderCollectionSpec extends ObjectBehavior
9 8
 {
Please login to merge, or discard this patch.
spec/Knp/RadBundle/AppBundle/ConfigurationSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace spec\Knp\RadBundle\AppBundle;
3 3
 
4 4
 use PhpSpec\ObjectBehavior;
5
-use Prophecy\Argument;
6 5
 
7 6
 class ConfigurationSpec extends ObjectBehavior
8 7
 {
Please login to merge, or discard this patch.
spec/Knp/RadBundle/AppBundle/ContainerExtensionSpec.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -9,9 +9,7 @@
 block discarded – undo
9 9
 {
10 10
     /**
11 11
      * @param Knp\RadBundle\AppBundle\ConfigurableBundleInterface    $bundle
12
-     * @param Knp\RadBundle\AppBundle\ConfigurationFactory           $configFactory
13 12
      * @param Knp\RadBundle\AppBundle\Configuration                  $config
14
-     * @param Symfony\Component\Config\Definition\Processor          $configProcessor
15 13
      * @param Symfony\Component\DependencyInjection\ContainerBuilder $container
16 14
      */
17 15
     function let($bundle, $configFactory, $configProcessor, $container)
Please login to merge, or discard this patch.
Knp/RadBundle/DependencyInjection/Compiler/RegisterAppBundlePassSpec.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -10,8 +10,6 @@
 block discarded – undo
10 10
     /**
11 11
      * param Knp\RadBundle\AppBundle\Bundle $bundle
12 12
      * @param Symfony\Component\HttpKernel\Bundle\BundleInterface $bundle
13
-     * @param Symfony\Component\DependencyInjection\ContainerBuilder $container
14
-     * @param Symfony\Component\HttpKernel\Kernel $kernel
15 13
      */
16 14
     function let($bundle)
17 15
     {
Please login to merge, or discard this patch.
DependencyInjection/Compiler/RemoveUnavailableServicesPassSpec.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 spec\Knp\RadBundle\DependencyInjection\Compiler;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 use Symfony\Component\DependencyInjection\ContainerBuilder;
8 7
 
9 8
 class RemoveUnavailableServicesPassSpec extends ObjectBehavior
Please login to merge, or discard this patch.
spec/Knp/RadBundle/DomainEvent/Dispatcher/DoctrineSpec.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,11 +3,8 @@
 block discarded – undo
3 3
 namespace spec\Knp\RadBundle\DomainEvent\Dispatcher;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
8 7
 use Doctrine\ORM\Event\PostFlushEventArgs;
9
-use Doctrine\ORM\EntityManager;
10
-use Doctrine\ORM\UnitOfWork;
11 8
 use Knp\RadBundle\DomainEvent\Provider;
12 9
 use Knp\RadBundle\DomainEvent\Event;
13 10
 use Doctrine\ORM\Event\LifecycleEventArgs;
Please login to merge, or discard this patch.
spec/Knp/RadBundle/EventListener/ResourceResolverListenerSpec.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -7,8 +7,6 @@
 block discarded – undo
7 7
 class ResourceResolverListenerSpec extends ObjectBehavior
8 8
 {
9 9
     /**
10
-     * @param Symfony\Component\HttpKernel\Event\FilterControllerEvent $event
11
-     * @param Symfony\Component\HttpFoundation\Request $request
12 10
      * @param Knp\RadBundle\Resource\Resolver\RequestResolver $requestResolver
13 11
      * @param Knp\RadBundle\Reflection\ReflectionFactory $reflectionFactory
14 12
      */
Please login to merge, or discard this patch.
spec/Knp/RadBundle/EventListener/ViewListenerSpec.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@  discard block
 block discarded – undo
9 9
     /**
10 10
      * @param Symfony\Component\HttpFoundation\Request                               $request
11 11
      * @param Symfony\Component\HttpFoundation\ParameterBag                          $params
12
-     * @param Symfony\Component\HttpFoundation\Response                              $response
13 12
      * @param Symfony\Bundle\FrameworkBundle\Templating\EngineInterface              $engine
14 13
      * @param Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent $event
15 14
      * @param Knp\RadBundle\EventListener\MissingViewHandler                         $mvh
@@ -125,7 +124,6 @@  discard block
 block discarded – undo
125 124
     }
126 125
 
127 126
     /**
128
-     * @param Twig_LoaderInterface $tli
129 127
      */
130 128
     function it_should_not_handle_missing_view_if_template_exists_but_fails_to_load($deducer, $request, $params, $response, $engine, $event, $mvh)
131 129
     {
Please login to merge, or discard this patch.
spec/Knp/RadBundle/Form/FormManagerSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace spec\Knp\RadBundle\Form;
4 4
 
5
-use PhpSpec\Exception\Example\PendingException;
6 5
 use PhpSpec\ObjectBehavior;
7 6
 
8 7
 class FormManagerSpec extends ObjectBehavior
Please login to merge, or discard this patch.