From 810edf57226f721b21ad01a1ba755eed373e9646 Mon Sep 17 00:00:00 2001 From: Alexander Menk Date: Wed, 5 May 2021 16:44:01 +0200 Subject: [PATCH] Propose good practise --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5468f108..6736bcab 100644 --- a/README.md +++ b/README.md @@ -67,11 +67,12 @@ absolutely everything protected function someFunction($someArg) { - $var1 = 123; -+ $var1 = 456; ++ $var1 = 456; // patched by composer-patches /** * rest of the logic of the function */ ``` +As a good practice you might want to add a hint, that the file was patched. Full list of tag options (that coverĀ all features of the plugin can be found [HERE](./docs/USAGE_BASIC.md#embedded-metadata)).