Skip to content

Commit 277c0f0

Browse files
committed
[ci-review] Rector Rectify
1 parent ce8073d commit 277c0f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Rector/AbstractRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ abstract class AbstractRector extends NodeVisitorAbstract implements RectorInter
7474

7575
private CreatedByRuleDecorator $createdByRuleDecorator;
7676

77-
public function __get(string $name)
77+
public function __get(string $name): mixed
7878
{
7979
if ($name === 'file') {
8080
return $this->getFile();

0 commit comments

Comments
 (0)