Skip to content

Commit

Permalink
Update docs/advanced-usage/automatically-remove-ray-calls.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian De Deyne <[email protected]>
  • Loading branch information
timvandijck and sebastiandedeyne authored Jan 15, 2024
1 parent a0cc56d commit d7da80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-usage/automatically-remove-ray-calls.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Automatically remove ray calls
weight: 1
---

To avoid shipping your code with some ray calls in it you can automate the removal of all ray calls in your codebase.
To avoid shipping your code with some `ray()` calls in it you can automate the removal of all `ray()` calls in your codebase.

## Rector
If you are already using [Rector](https://getrector.com/) this can be simply done by adding a rule to your `rector.php` config file:
Expand Down

0 comments on commit d7da80f

Please sign in to comment.