Correct formatting

This commit is contained in:
Jamie 2017-12-16 10:22:53 +00:00
parent 7c15f0fa90
commit caae4b7d3d
1 changed files with 2 additions and 2 deletions

View File

@ -385,7 +385,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [UBench](https://github.com/devster/ubench) - A simple micro benchmark library.
## Code Quality
**Libraries for managing code quality, formatting and linting.**
*Libraries for managing code quality, formatting and linting.*
* [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) - A library that detects PHP, CSS and JS coding standard violations.
* [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) - A coding standards fixer library.
@ -394,7 +394,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [PHPCPD](https://github.com/sebastianbergmann/phpcpd) - A library that detects copied and pasted code.
## Static Analysis
**Libraries for performing static analysis of PHP code.**
*Libraries for performing static analysis of PHP code.*
* [Exakat](https://github.com/exakat/exakat) - A static analysis engine for PHP.
* [Mondrian](https://github.com/Trismegiste/Mondrian) - A code analysis tool using Graph Theory.