Completed
Push — develop ( 2db21e...cc1389 )
by Yann
11s
created
spec/Knp/RadBundle/Routing/Loader/ConventionalLoaderSpec.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace spec\Knp\RadBundle\Routing\Loader;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use PhpSpec\Exception\Example\PendingException;
7
-
8 6
 use InvalidArgumentException;
9 7
 
10 8
 class ConventionalLoaderSpec extends ObjectBehavior
Please login to merge, or discard this patch.
spec/Knp/RadBundle/Security/Voter/IsOwnerVoterSpec.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 class IsOwnerVoterSpec extends ObjectBehavior
9 9
 {
10 10
     /**
11
-     * @param \Symfony\Component\Security\Core\Authentication\Token\TokenInterface $token
12 11
      **/
13 12
     function let()
14 13
     {
Please login to merge, or discard this patch.
spec/Knp/RadBundle/Twig/FlashesNodeFactorySpec.php 1 patch
Doc Comments   -3 removed lines patch added patch discarded remove patch
@@ -7,9 +7,6 @@
 block discarded – undo
7 7
 class FlashesNodeFactorySpec extends ObjectBehavior
8 8
 {
9 9
     /**
10
-     * @param  Twig_Node_Expression $types
11
-     * @param  Twig_Node_Expression $catalog
12
-     * @param  Twig_NodeInterface   $body
13 10
      */
14 11
     function let()
15 12
     {
Please login to merge, or discard this patch.
spec/Knp/RadBundle/Twig/FlashesTokenParserSpec.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -12,8 +12,6 @@
 block discarded – undo
12 12
      * @param  Twig_ExpressionParser                 $exprParser
13 13
      * @param  Twig_TokenStream                      $stream
14 14
      * @param  Twig_Token                            $token
15
-     * @param  Twig_NodeInterface                    $body
16
-     * @param  Knp\RadBundle\Twig\FlashesNodeFactory $nodeFactory
17 15
      * @param  Knp\RadBundle\Twig\FlashesNode        $node
18 16
      */
19 17
     function let($parser, $exprParser, $stream, $nodeFactory, $token)
Please login to merge, or discard this patch.
spec/Knp/RadBundle/Twig/FlashExtensionSpec.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -7,10 +7,8 @@
 block discarded – undo
7 7
 class FlashExtensionSpec extends ObjectBehavior
8 8
 {
9 9
     /**
10
-     * @param  Knp\RadBundle\Flash\Message                                      $flash
11 10
      * @param  Knp\RadBundle\Flash\MessageRenderer                              $renderer
12 11
      * @param  Symfony\Component\HttpFoundation\Session\Session                 $session
13
-     * @param  Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface $flashes
14 12
      */
15 13
     function let($renderer, $session, $flashes)
16 14
     {
Please login to merge, or discard this patch.
DependencyInjection/Compiler/RegisterDoctrineRepositoriesPass.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\Compiler\CompilerPassInterface;
6 6
 use Symfony\Component\DependencyInjection\ContainerBuilder;
7
-use Symfony\Component\DependencyInjection\Container;
8 7
 use Symfony\Component\HttpKernel\Bundle\BundleInterface;
9 8
 use Knp\RadBundle\Finder\ClassFinder;
10 9
 use Knp\RadBundle\DependencyInjection\Definition\TwigExtensionFactory;
Please login to merge, or discard this patch.
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\Resource\Resolver;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 
8 7
 class ExpressionLanguageBasedSpec 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
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace spec\Knp\RadBundle\Resource\Resolver;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 
8 7
 class ExpressionLanguageBasedSpec extends ObjectBehavior
9 8
 {
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\Resource\Resolver;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 
8 7
 class ExpressionLanguageBasedSpec extends ObjectBehavior
9 8
 {
Please login to merge, or discard this patch.