Browse Source

Correct formatting

pull/883/head
Jamie 8 years ago
parent
commit
caae4b7d3d
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

385
 * [UBench](https://github.com/devster/ubench) - A simple micro benchmark library.
385
 * [UBench](https://github.com/devster/ubench) - A simple micro benchmark library.
386
 
386
 
387
 ## Code Quality
387
 ## Code Quality
388
-**Libraries for managing code quality, formatting and linting.**
388
+*Libraries for managing code quality, formatting and linting.*
389
 
389
 
390
 * [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) - A library that detects PHP, CSS and JS coding standard violations.
390
 * [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) - A library that detects PHP, CSS and JS coding standard violations.
391
 * [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) - A coding standards fixer library.
391
 * [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) - A coding standards fixer library.
394
 * [PHPCPD](https://github.com/sebastianbergmann/phpcpd) - A library that detects copied and pasted code.
394
 * [PHPCPD](https://github.com/sebastianbergmann/phpcpd) - A library that detects copied and pasted code.
395
 
395
 
396
 ## Static Analysis
396
 ## Static Analysis
397
-**Libraries for performing static analysis of PHP code.**
397
+*Libraries for performing static analysis of PHP code.*
398
 
398
 
399
 * [Exakat](https://github.com/exakat/exakat) - A static analysis engine for PHP.
399
 * [Exakat](https://github.com/exakat/exakat) - A static analysis engine for PHP.
400
 * [Mondrian](https://github.com/Trismegiste/Mondrian) - A code analysis tool using Graph Theory.
400
 * [Mondrian](https://github.com/Trismegiste/Mondrian) - A code analysis tool using Graph Theory.

Loading…
Cancel
Save