Skip to content

Commit 6e39364

Browse files
committed
Apply codestyle and bump version to PER 3.0
1 parent 7a64c57 commit 6e39364

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.php-cs-fixer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
return (new PhpCsFixer\Config())
77
->setRules([
8-
'@PER-CS2.0' => true,
9-
'@PER-CS2.0:risky' => true,
8+
'@PER-CS3x0' => true,
9+
'@PER-CS3x0:risky' => true,
1010
'strict_param' => true,
1111
'align_multiline_comment' => true,
1212
'array_syntax' => [

src/Node/NodeList.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public function __construct(
2929
* to the node list.
3030
*
3131
* @param TNode $node
32+
*
3233
* @return int<0, max>|null
3334
*/
3435
public function findIndex(object $node): ?int

0 commit comments

Comments
 (0)