Skip to content

Commit

Permalink
Update src/Rector/RemoveRayCallRector.php
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian De Deyne <sebastiandedeyne@gmail.com>
  • Loading branch information
timvandijck and sebastiandedeyne authored Jan 15, 2024
1 parent a87e002 commit 9b12be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rector/RemoveRayCallRector.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class RemoveRayCallRector extends AbstractRector implements RectorInterface
{
public function getRuleDefinition(): \Symplify\RuleDocGenerator\ValueObject\RuleDefinition
{
return new RuleDefinition('Remove function', [new ConfiguredCodeSample(<<<'CODE_SAMPLE'
return new RuleDefinition('Remove Ray calls', [new ConfiguredCodeSample(<<<'CODE_SAMPLE'
$x = 'something';
ray($x);
CODE_SAMPLE
Expand Down

0 comments on commit 9b12be1

Please sign in to comment.