We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d45f8 commit 3d086e5Copy full SHA for 3d086e5
tests/tests/PHPStan/TestDynamicReturnTypeExtension.php
@@ -20,6 +20,7 @@ public static function dataFileAsserts(): iterable {
20
* @dataProvider dataFileAsserts
21
* @param array<string> ...$args
22
*/
23
+ #[DataProvider( 'dataFileAsserts' )] // phpcs:ignore PHPCompatibility.Attributes.NewAttributes.PHPUnitAttributeFound
24
public function testFileAsserts( string $assertType, string $file, ...$args ): void {
25
$this->assertFileAsserts( $assertType, $file, ...$args );
26
}
0 commit comments