Skip to content

Commit

Permalink
Merge pull request #79 from amenk/patch-1
Browse files Browse the repository at this point in the history
Propose good practise
  • Loading branch information
zamoroka authored May 13, 2022
2 parents 445ae4a + 810edf5 commit 5364b37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).

Expand Down

0 comments on commit 5364b37

Please sign in to comment.