@@ -3,7 +3,6 @@ |
||
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 | { |
@@ -2,7 +2,6 @@ |
||
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 | { |
@@ -9,9 +9,7 @@ |
||
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) |
@@ -10,8 +10,6 @@ |
||
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 | { |
@@ -3,7 +3,6 @@ |
||
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 |
@@ -3,11 +3,8 @@ |
||
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; |
@@ -7,8 +7,6 @@ |
||
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 | */ |
@@ -9,7 +9,6 @@ discard block |
||
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 |
||
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 | { |
@@ -2,7 +2,6 @@ |
||
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 |