Skip to content

Commit 21b2bb0

Browse files
committed
Fix typos
1 parent 3bd7743 commit 21b2bb0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ Docker image with quality analysis tools for PHP.
1919
* pdepend - [Static Analysis Tool](https://pdepend.org/)
2020
* phpcs - [Detects coding standard violations](https://github.com/squizlabs/PHP_CodeSniffer)
2121
* phpcbf - [Automatically corrects coding standard violations](https://github.com/squizlabs/PHP_CodeSniffer)
22-
* phpcb - PHP Code Browser - https://github.com/mayflower/PHP_CodeBrowser
23-
* deprecation-d[etector](Finds usages of deprecated code - https://github.com/sensiolabs-de/deprecation-detector)
22+
* phpcb - [PHP Code Browser](https://github.com/mayflower/PHP_CodeBrowser)
23+
* deprecation-detector - [Finds usages of deprecated code](https://github.com/sensiolabs-de/deprecation-detector)
2424
* php-coupling-detector - [Detects code coupling issues](https://akeneo.github.io/php-coupling-detector/)
2525
* analyze - [Visualizes metrics and source code](https://github.com/Qafoo/QualityAnalyzer)
26-
* design-p[attern](Dettects design patterns - https://github.com/Halleck45/DesignPatternDetector)
27-
* parallel-l[int](Checks PHP file syntax - https://github.com/JakubOnderka/PHP-Parallel-Lint)
26+
* design-pattern - [Dettects design patterns](https://github.com/Halleck45/DesignPatternDetector)
27+
* parallel-lint - [Checks PHP file syntax](https://github.com/JakubOnderka/PHP-Parallel-Lint)
2828

2929
## Building the image
3030

0 commit comments

Comments
 (0)