File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Docker image providing static analysis tools for PHP.
1313* dephpend - [ Detect flaws in your architecture] ( https://dephpend.com/ )
1414* deprecation-detector - [ Finds usages of deprecated code] ( https://github.com/sensiolabs-de/deprecation-detector )
1515* deptrac - [ Enforces dependency rules] ( https://github.com/sensiolabs-de/deptrac )
16- * design-pattern - [ Dettects design patterns] ( https://github.com/Halleck45/DesignPatternDetector )
16+ * design-pattern - [ Detects design patterns] ( https://github.com/Halleck45/DesignPatternDetector )
1717* parallel-lint - [ Checks PHP file syntax] ( https://github.com/JakubOnderka/PHP-Parallel-Lint )
1818* pdepend - [ Static Analysis Tool] ( https://pdepend.org/ )
1919* phan - [ Static Analysis Tool] ( https://github.com/etsy/phan )
@@ -27,7 +27,7 @@ Docker image providing static analysis tools for PHP.
2727* phpcb - [ PHP Code Browser] ( https://github.com/mayflower/PHP_CodeBrowser )
2828* phpcbf - [ Automatically corrects coding standard violations] ( https://github.com/squizlabs/PHP_CodeSniffer )
2929* phpcf - [ Finds usage of deprecated features] ( http://wapmorgan.github.io/PhpCodeFixer/ )
30- * phpcov- [ phpcov is a command-line frontend for the PHP_CodeCoverage library] ( https://github.com/sebastianbergmann/phpcov )
30+ * phpcov - [ a command-line frontend for the PHP_CodeCoverage library] ( https://github.com/sebastianbergmann/phpcov )
3131* phpcpd - [ Copy/Paste Detector] ( https://github.com/sebastianbergmann/phpcpd )
3232* phpcs - [ Detects coding standard violations] ( https://github.com/squizlabs/PHP_CodeSniffer )
3333* phpda - [ Generates dependency graphs] ( https://mamuz.github.io/PhpDependencyAnalysis/ )
Original file line number Diff line number Diff line change 223223 },
224224 "test" : " phpcf -h"
225225 },
226+ {
227+ "name" : " phpcov" ,
228+ "summary" : " a command-line frontend for the PHP_CodeCoverage library" ,
229+ "website" : " https://github.com/sebastianbergmann/phpcov" ,
230+ "command" : {
231+ "phar-download" : {
232+ "phar" : " https://phar.phpunit.de/phpcov.phar" ,
233+ "bin" : " /usr/local/bin/phpcov"
234+ }
235+ },
236+ "test" : " phpcov"
237+ },
226238 {
227239 "name" : " phpcpd" ,
228240 "summary" : " Copy/Paste Detector" ,
367379 }
368380 },
369381 "test" : " testability --help"
370- },
371- {
372- "name" : " phpcov" ,
373- "summary" : " phpcov is a command-line frontend for the PHP_CodeCoverage library." ,
374- "website" : " https://github.com/sebastianbergmann/phpcov" ,
375- "command" : {
376- "phar-download" : {
377- "phar" : " https://phar.phpunit.de/phpcov.phar" ,
378- "bin" : " /usr/local/bin/phpcov"
379- }
380- },
381- "test" : " phpcov"
382382 }
383383 ]
384384}
You can’t perform that action at this time.
0 commit comments