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 58461d7 commit b36a404Copy full SHA for b36a404
src/Rules/PHPUnit/DataProviderDataRule.php
@@ -13,6 +13,7 @@
13
use function count;
14
use function max;
15
use function min;
16
+use const PHP_INT_MAX;
17
18
/**
19
* @implements Rule<Node>
0 commit comments