Skip to content

Commit afdad90

Browse files
Apply styleci fixes
1 parent 094ec95 commit afdad90

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

tests/Unit/DependencyInjection/FOSHttpCacheExtensionTest.php

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -693,9 +693,7 @@ private function getBaseConfig()
693693
}
694694

695695
/**
696-
* @param ContainerBuilder $container
697-
* @param array $attributes
698-
* @param array $methods List of methods for the matcher. Empty array to not check.
696+
* @param array $methods List of methods for the matcher. Empty array to not check.
699697
*
700698
* @return string Service id of the matcher
701699
*/
@@ -730,8 +728,7 @@ private function assertRequestMatcherCreated(ContainerBuilder $container, array
730728
}
731729

732730
/**
733-
* @param ContainerBuilder $container
734-
* @param int[] $additionalStatus
731+
* @param int[] $additionalStatus
735732
*
736733
* @return DefinitionDecorator|ChildDefinition
737734
*/
@@ -760,8 +757,7 @@ private function assertResponseCacheableMatcherCreated(ContainerBuilder $contain
760757
}
761758

762759
/**
763-
* @param ContainerBuilder $container
764-
* @param string $expression
760+
* @param string $expression
765761
*
766762
* @return DefinitionDecorator|ChildDefinition
767763
*/
@@ -792,8 +788,7 @@ private function assertResponseExpressionMatcherCreated(ContainerBuilder $contai
792788
/**
793789
* Assert that the service $id exists and has a method call mapped onto it.
794790
*
795-
* @param ContainerBuilder $container
796-
* @param string $id The service id to investigate
791+
* @param string $id The service id to investigate
797792
*/
798793
private function assertListenerHasRule(ContainerBuilder $container, $id)
799794
{

tests/Unit/EventListener/UserContextListenerTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,8 +542,7 @@ protected function getKernelResponseEvent(Request $request, Response $response =
542542
}
543543

544544
/**
545-
* @param Request $request
546-
* @param bool $match
545+
* @param bool $match
547546
*
548547
* @return \Mockery\MockInterface|RequestMatcherInterface
549548
*/

0 commit comments

Comments
 (0)