mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
@@ -1,6 +1,11 @@
|
||||
before_commands:
|
||||
- "composer install --no-dev --prefer-source"
|
||||
|
||||
checks:
|
||||
php:
|
||||
excluded_dependencies:
|
||||
- phpstan/phpstan
|
||||
|
||||
tools:
|
||||
external_code_coverage:
|
||||
enabled: true
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://travis-ci.org/phpDocumentor/ReflectionDocBlock)
|
||||
[](https://ci.appveyor.com/project/phpDocumentor/reflectiondocblock/branch/master)
|
||||
[](https://scrutinizer-ci.com/g/phpDocumentor/ReflectionDocBlock/?branch=master)
|
||||
[](https://scrutinizer-ci.com/g/phpDocumentor/ReflectionDocBlock/?branch=master)
|
||||
[](https://coveralls.io/github/phpDocumentor/ReflectionDocBlock?branch=master)
|
||||
[](https://github.com/phpstan/phpstan)
|
||||
[](https://travis-ci.org/phpDocumentor/ReflectionDocBlock)
|
||||
[](https://ci.appveyor.com/project/phpDocumentor/ReflectionDocBlock/branch/master)
|
||||
[](https://coveralls.io/github/phpDocumentor/ReflectionDocBlock?branch=master)
|
||||
[](https://scrutinizer-ci.com/g/phpDocumentor/ReflectionDocBlock/?branch=master)
|
||||
[](https://scrutinizer-ci.com/g/phpDocumentor/ReflectionDocBlock/?branch=master)
|
||||
[](https://packagist.org/packages/phpDocumentor/ReflectionDocBlock)
|
||||
[](https://packagist.org/packages/phpDocumentor/ReflectionDocBlock)
|
||||
|
||||
|
||||
The ReflectionDocBlock Component
|
||||
================================
|
||||
ReflectionDocBlock
|
||||
==================
|
||||
|
||||
Introduction
|
||||
------------
|
||||
|
||||
+1
-1
@@ -51,4 +51,4 @@ install:
|
||||
|
||||
test_script:
|
||||
- cd c:\reflectiondocblock
|
||||
- vendor/bin/phpunit
|
||||
- vendor/bin/phpunit --no-coverage
|
||||
|
||||
Reference in New Issue
Block a user