Improved docs
This commit is contained in:
parent
ae22073ff0
commit
320a249153
49 changed files with 454 additions and 193 deletions
|
|
@ -1,10 +1,17 @@
|
|||
Plugin PHPLoc
|
||||
-------------
|
||||
|
||||
Runs [PHPLoc](https://github.com/sebastianbergmann/phploc) against your project and records some key metrics.
|
||||
|
||||
## Configuration
|
||||
Configuration
|
||||
=============
|
||||
|
||||
### Options
|
||||
|
||||
* **directory** - Optional - The directory in which phploc should run.
|
||||
|
||||
### Example
|
||||
|
||||
Run PHPLOC against the app directory only. This will prevent inclusion of code from 3rd party libraries that are included outside of the app directory.
|
||||
|
||||
```yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue