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 f2e6273 commit 05013b9Copy full SHA for 05013b9
PSR2R/Tools/AbstractSniff.php
@@ -15,7 +15,7 @@ abstract class AbstractSniff implements Sniff {
15
/**
16
* Checks if the given token is of this token code/type.
17
*
18
- * @param int|string $search
+ * @param int|string|array $search
19
* @param array $token
20
* @return bool
21
*/
PSR2R/Tools/Tokenizer.php
@@ -11,6 +11,8 @@
11
12
class Tokenizer {
13
14
+ const STANDARD = 'PSR2R/ruleset.xml';
+
* @var string
tests/phpstan.neon
@@ -3,3 +3,5 @@ parameters:
3
- %rootDir%/../../../tests/phpstan_bootstrap.php
4
ignoreErrors:
5
- '#Empty array passed to foreach.#'
6
+ - '#Access to an undefined property .+Config::\$standards.#'
7
0 commit comments