Skip to content

Commit

Permalink
Fix ClassOnThisVariableObjectRector code example (#3095)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Nov 26, 2022
1 parent 1e8ffcc commit c98ec0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function run()
<<<'CODE_SAMPLE'
class SomeClass
{
public function run($object)
public function run()
{
return static::class;
}
Expand Down

0 comments on commit c98ec0e

Please sign in to comment.