From d7da80f0ba40d2a33da89c687f193065a741e187 Mon Sep 17 00:00:00 2001 From: Tim Van Dijck Date: Mon, 15 Jan 2024 10:21:52 +0100 Subject: [PATCH] Update docs/advanced-usage/automatically-remove-ray-calls.md Co-authored-by: Sebastian De Deyne --- docs/advanced-usage/automatically-remove-ray-calls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-usage/automatically-remove-ray-calls.md b/docs/advanced-usage/automatically-remove-ray-calls.md index 9518f3d..977d6ae 100644 --- a/docs/advanced-usage/automatically-remove-ray-calls.md +++ b/docs/advanced-usage/automatically-remove-ray-calls.md @@ -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: