Skip to content

Commit

Permalink
Removing link as it's a pain to manage it.
Browse files Browse the repository at this point in the history
  • Loading branch information
escopecz authored Apr 26, 2024
1 parent b23b8c1 commit e0ec327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugins/from-4-to-5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ PHPSTAN is another amazing tool that detects bugs for you. It's better to run it

Run ``composer phpstan``

If your Plugin has more PHPSTAN errors than you can handle right now, consider using [PHPSTAN baseline](https://phpstan.org/user-guide/baseline). It allows you to store your tech debt to a single file and it forces you to write better code from now on. And you can reduce the baseline by small chunks every month to get to 0.
If your Plugin has more PHPSTAN errors than you can handle right now, consider using PHPSTAN baseline. It allows you to store your tech debt to a single file and it forces you to write better code from now on. And you can reduce the baseline by small chunks every month to get to 0.

Conclusion
----------
Expand Down

0 comments on commit e0ec327

Please sign in to comment.