Completed
Push — develop ( 2db21e...cc1389 )
by Yann
11s
created
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/FormTypeCreatorSpec.php 1 patch
Doc Comments   -3 removed lines patch added patch discarded remove patch
@@ -44,7 +44,6 @@  discard block
 block discarded – undo
44 44
 
45 45
     /**
46 46
      * @param stdClass $object
47
-     * @param stdClass $formType
48 47
      * @param Symfony\Component\Form\Form $form
49 48
      */
50 49
     function it_should_return_form_type_if_there_is_one($object, $fetcher, $factory, $form, $formRegistry)
@@ -59,7 +58,6 @@  discard block
 block discarded – undo
59 58
 
60 59
     /**
61 60
      * @param stdClass $object
62
-     * @param stdClass $formType
63 61
      * @param Symfony\Component\Form\Form $form
64 62
      */
65 63
     function it_should_return_form_type_with_purpose_if_there_is_one($object, $fetcher, $factory, $form, $formRegistry)
@@ -75,7 +73,6 @@  discard block
 block discarded – undo
75 73
 
76 74
     /**
77 75
      * @param stdClass $object
78
-     * @param stdClass $formType
79 76
      * @param Symfony\Component\Form\Form $form
80 77
      */
81 78
     function it_should_fallback_on_default_form_type_if_given_purpose_has_no_associated_form_type($object, $fetcher, $factory, $form, $formRegistry)
Please login to merge, or discard this patch.
spec/Knp/RadBundle/Mailer/MessageFactorySpec.php 1 patch
Doc Comments   -4 removed lines patch added patch discarded remove patch
@@ -121,10 +121,6 @@
 block discarded – undo
121 121
      * @param  Swift_Mime_Message $message
122 122
      * @param  Twig_Template      $template1
123 123
      * @param  Twig_Template      $template2
124
-     * @param  stdClass           $subject1
125
-     * @param  stdClass           $body1
126
-     * @param  stdClass           $subject2
127
-     * @param  stdClass           $body2
128 124
      */
129 125
     function it_should_throw_exception_if_both_templates_provide_no_subject_or_body(
130 126
         $mailer, $twig, $loader, $message, $template1, $template2
Please login to merge, or discard this patch.
spec/Knp/RadBundle/Resource/Resolver/AggregateSpec.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
     /**
11 11
      * @param Knp\RadBundle\Resource\Resolver\ExpressionLanguageBased $exprBased
12 12
      * @param Knp\RadBundle\Resource\Resolver\OptionsBased $optionsBased
13
-     * @param Symfony\Component\HttpFoundation\Request $request
14 13
      */
15 14
     function let($exprBased, $optionsBased)
16 15
     {
Please login to merge, or discard this patch.
spec/Knp/RadBundle/Resource/Resolver/OptionsBasedSpec.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -9,8 +9,6 @@
 block discarded – undo
9 9
     /**
10 10
      * @param Symfony\Component\DependencyInjection\ContainerInterface $container
11 11
      * @param Knp\RadBundle\Resource\Resolver\OptionsBased\ArgumentResolver $argumentResolver
12
-     * @param Symfony\Component\HttpFoundation\Request $request
13
-     * @param spec\Knp\RadBundle\Resource\Resolver\CheeseRepository $cheeseRepository
14 12
      * @param stdClass $cheese
15 13
      */
16 14
     function let($container, $argumentResolver, $cheeseRepository)
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.