@@ -155,6 +155,7 @@ |
||
155 | 155 | |
156 | 156 | /** |
157 | 157 | * @param Node[] $nodes |
158 | + * @param StrategyContainer $strategies |
|
158 | 159 | */ |
159 | 160 | protected function createFileDocBlock( |
160 | 161 | ?Doc $docBlock = null, |
@@ -366,6 +366,7 @@ discard block |
||
366 | 366 | * |
367 | 367 | * @throws ExpectationFailedException |
368 | 368 | * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException |
369 | + * @param boolean $isNativeType |
|
369 | 370 | */ |
370 | 371 | public static function assertContainsOnly(string $type, iterable $haystack, ?bool $isNativeType = null, string $message = ''): void |
371 | 372 | { |
@@ -433,6 +434,7 @@ discard block |
||
433 | 434 | * |
434 | 435 | * @throws ExpectationFailedException |
435 | 436 | * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException |
437 | + * @param boolean $isNativeType |
|
436 | 438 | */ |
437 | 439 | public static function assertNotContainsOnly(string $type, iterable $haystack, ?bool $isNativeType = null, string $message = ''): void |
438 | 440 | { |