Skip to content

Commit 8f924de

Browse files
committed
Fix sorting and regenerate the readme
1 parent b8ea226 commit 8f924de

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/)

tools.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,18 @@
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",
@@ -367,18 +379,6 @@
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
}

0 commit comments

Comments
 (0)