From 3f6d9830d3f251b1456b8a6d3f9bae3fde5a09e3 Mon Sep 17 00:00:00 2001 From: Serhiy Lunak <8351121+slunak@users.noreply.github.com> Date: Sun, 1 Sep 2024 09:45:34 +0100 Subject: [PATCH] Update CONTRIBUTING.md Fixes #74 --- CONTRIBUTING.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9141ba0..c70eeee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,10 +21,6 @@ also fix common issues with [Rector](https://github.com/rector/rector) make refactoring ``` -#### Code Documentation - -Document your code with [phpDocumentor](https://github.com/phpDocumentor/phpDocumentor) version 3. - #### Static Analysis Analyze your code with [PHPStan](https://github.com/phpstan/phpstan).