Skip to content

Commit

Permalink
Bump to Rector 1.2.6 and Re-run it (#1155)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik authored Oct 6, 2024
1 parent f98452e commit d9d9396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"phpunit/phpunit": "10.5.3",
"ramsey/collection": "^1.2",
"ramsey/uuid": "^4.2.3",
"rector/rector": "1.2.5",
"rector/rector": "1.2.6",
"spiral/code-style": "^1.1",
"spiral/nyholm-bridge": "^1.2",
"spiral/testing": "^2.8",
Expand Down
2 changes: 1 addition & 1 deletion tests/app/src/Interceptor/Append.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class Append implements CoreInterceptorInterface
{
public function __construct(private string $string)
public function __construct(private readonly string $string)
{
}

Expand Down

0 comments on commit d9d9396

Please sign in to comment.