@@ -693,9 +693,7 @@ private function getBaseConfig()
693
693
}
694
694
695
695
/**
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.
699
697
*
700
698
* @return string Service id of the matcher
701
699
*/
@@ -730,8 +728,7 @@ private function assertRequestMatcherCreated(ContainerBuilder $container, array
730
728
}
731
729
732
730
/**
733
- * @param ContainerBuilder $container
734
- * @param int[] $additionalStatus
731
+ * @param int[] $additionalStatus
735
732
*
736
733
* @return DefinitionDecorator|ChildDefinition
737
734
*/
@@ -760,8 +757,7 @@ private function assertResponseCacheableMatcherCreated(ContainerBuilder $contain
760
757
}
761
758
762
759
/**
763
- * @param ContainerBuilder $container
764
- * @param string $expression
760
+ * @param string $expression
765
761
*
766
762
* @return DefinitionDecorator|ChildDefinition
767
763
*/
@@ -792,8 +788,7 @@ private function assertResponseExpressionMatcherCreated(ContainerBuilder $contai
792
788
/**
793
789
* Assert that the service $id exists and has a method call mapped onto it.
794
790
*
795
- * @param ContainerBuilder $container
796
- * @param string $id The service id to investigate
791
+ * @param string $id The service id to investigate
797
792
*/
798
793
private function assertListenerHasRule (ContainerBuilder $ container , $ id )
799
794
{
0 commit comments