Completed
Pull Request — develop (#213)
by
unknown
17:52
created
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/ExpressionLanguageBasedSpec.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/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/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.