From caae4b7d3d0d5ddc4cbc612966635022f7e2168f Mon Sep 17 00:00:00 2001 From: Jamie Date: Sat, 16 Dec 2017 10:22:53 +0000 Subject: [PATCH] Correct formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58590af..d8da8c2 100644 --- a/README.md +++ b/README.md @@ -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.