Completed
Push — master ( f72deb...78ed9f )
by Derek
04:03
created
spec/Anshar/Http/RequestSpec.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -455,7 +455,7 @@
 block discarded – undo
455 455
      * @param \PhpSpec\Wrapper\Collaborator|StreamInterface $new_body
456 456
      */
457 457
     function it_retains_its_body_when_returning_a_new_request_with_a_body(StreamInterface $old_body,
458
-                                                                          StreamInterface $new_body)
458
+                                                                            StreamInterface $new_body)
459 459
     {
460 460
         $old_body->getContents()->willReturn("I'm the original stream!");
461 461
         $new_body->getContents()->willReturn("I'm the new stream!");
Please login to merge, or discard this patch.