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