Skip to content

Commit 7b0fdc6

Browse files
committed
use shields for badges
1 parent 6beab4d commit 7b0fdc6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
2-
[![Travis Status](https://travis-ci.org/phpDocumentor/Reflection.svg?branch=master)](https://travis-ci.org/phpDocumentor/Reflection)
3-
[![Appveyor Status](https://ci.appveyor.com/api/projects/status/2xpc16hq56n5v1x5/branch/master?svg=true)](https://ci.appveyor.com/project/phpDocumentor/reflection/branch/master)
4-
[![Code Quality](https://scrutinizer-ci.com/g/phpDocumentor/Reflection/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/phpDocumentor/Reflection/?branch=master)
5-
[![Code Coverage](https://scrutinizer-ci.com/g/phpDocumentor/Reflection/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/phpDocumentor/Reflection/?branch=master)
6-
[![Coverage Status](https://coveralls.io/repos/github/phpDocumentor/Reflection/badge.svg?branch=master)](https://coveralls.io/github/phpDocumentor/Reflection?branch=master)
7-
[![PHPStan](https://img.shields.io/badge/PHPStan-enabled-brightgreen.svg?style=flat)](https://github.com/phpstan/phpstan)
2+
[![Travis Status](https://img.shields.io/travis/phpDocumentor/Reflection.svg?label=Linux)](https://travis-ci.org/phpDocumentor/Reflection)
3+
[![Appveyor Status](https://img.shields.io/appveyor/ci/phpDocumentor/Reflection.svg?label=Windows)](https://ci.appveyor.com/project/phpDocumentor/Reflection/branch/master)
4+
[![Coveralls Coverage](https://img.shields.io/coveralls/github/phpDocumentor/Reflection.svg)](https://coveralls.io/github/phpDocumentor/Reflection?branch=master)
5+
[![Scrutinizer Code Coverage](https://img.shields.io/scrutinizer/coverage/g/phpDocumentor/Reflection.svg)](https://scrutinizer-ci.com/g/phpDocumentor/Reflection/?branch=master)
6+
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/phpDocumentor/Reflection.svg)](https://scrutinizer-ci.com/g/phpDocumentor/Reflection/?branch=master)
7+
[![Stable Version](https://img.shields.io/packagist/v/phpDocumentor/Reflection.svg)](https://packagist.org/packages/phpDocumentor/Reflection)
8+
[![Unstable Version](https://img.shields.io/packagist/vpre/phpDocumentor/Reflection.svg)](https://packagist.org/packages/phpDocumentor/Reflection)
89

910

10-
11-
phpDocumentor/Reflection
12-
========================
11+
Reflection
12+
==========
1313

1414
Using this library it is possible to statically reflect one or more files and create an object graph representing
1515
your application's structure, including accompanying in-source documentation using DocBlocks.

0 commit comments

Comments
 (0)