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 7a64c57 commit 6e39364Copy full SHA for 6e39364
.php-cs-fixer.php
@@ -5,8 +5,8 @@
5
6
return (new PhpCsFixer\Config())
7
->setRules([
8
- '@PER-CS2.0' => true,
9
- '@PER-CS2.0:risky' => true,
+ '@PER-CS3x0' => true,
+ '@PER-CS3x0:risky' => true,
10
'strict_param' => true,
11
'align_multiline_comment' => true,
12
'array_syntax' => [
src/Node/NodeList.php
@@ -29,6 +29,7 @@ public function __construct(
29
* to the node list.
30
*
31
* @param TNode $node
32
+ *
33
* @return int<0, max>|null
34
*/
35
public function findIndex(object $node): ?int
0 commit comments