Skip to content

Commit

Permalink
Fix code sample (#1299)
Browse files Browse the repository at this point in the history
  • Loading branch information
villfa committed Nov 24, 2021
1 parent 0e96615 commit 34844eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function getRuleDefinition(): RuleDefinition
CODE_SAMPLE
,
<<<'CODE_SAMPLE'
$value = \App\SomeClass . '::someMethod()';
$value = \App\SomeClass::class . '::someMethod()';
CODE_SAMPLE
),
]
Expand Down

0 comments on commit 34844eb

Please sign in to comment.