diff --git a/src/Framework/Assert/Functions.php b/src/Framework/Assert/Functions.php index 1d3078835e7..d577b266a9f 100644 --- a/src/Framework/Assert/Functions.php +++ b/src/Framework/Assert/Functions.php @@ -252,7 +252,6 @@ function assertContainsOnlyInstancesOf(string $className, iterable $haystack, st * or an attribute of an object contains only values of a given type. * * @param object|string $haystackClassOrObject - * @param bool $isNativeType * * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws Exception @@ -292,7 +291,6 @@ function assertNotContainsOnly(string $type, iterable $haystack, ?bool $isNative * type. * * @param object|string $haystackClassOrObject - * @param bool $isNativeType * * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws Exception diff --git a/tests/_files/CoverageTwoDefaultClassAnnotations.php b/tests/_files/CoverageTwoDefaultClassAnnotations.php index bc31987fc3f..d5b9528ee08 100644 --- a/tests/_files/CoverageTwoDefaultClassAnnotations.php +++ b/tests/_files/CoverageTwoDefaultClassAnnotations.php @@ -1,4 +1,5 @@