Skip to content

Commit 176f976

Browse files
committed
update badges to use shields;
1 parent 6a375c7 commit 176f976

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +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/TypeResolver.svg?branch=master)](https://travis-ci.org/phpDocumentor/TypeResolver)
3-
[![Appveyor Status](https://ci.appveyor.com/api/projects/status/eqx2s0oqhjgvlh04/branch/master?svg=true)](https://ci.appveyor.com/project/phpDocumentor/typeresolver/branch/master)
4-
[![Code Quality](https://scrutinizer-ci.com/g/phpDocumentor/TypeResolver/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/phpDocumentor/TypeResolver/?branch=master)
5-
[![Code Coverage](https://scrutinizer-ci.com/g/phpDocumentor/TypeResolver/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/phpDocumentor/TypeResolver/?branch=master)
6-
[![Coverage Status](https://coveralls.io/repos/github/phpDocumentor/TypeResolver/badge.svg?branch=master)](https://coveralls.io/github/phpDocumentor/TypeResolver?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/TypeResolver.svg?label=Linux)](https://travis-ci.org/phpDocumentor/TypeResolver)
3+
[![Appveyor Status](https://img.shields.io/appveyor/ci/phpDocumentor/TypeResolver.svg?label=Windows)](https://ci.appveyor.com/project/phpDocumentor/TypeResolver/branch/master)
4+
[![Coveralls Coverage](https://img.shields.io/coveralls/github/phpDocumentor/TypeResolver.svg)](https://coveralls.io/github/phpDocumentor/TypeResolver?branch=master)
5+
[![Scrutinizer Code Coverage](https://img.shields.io/scrutinizer/coverage/g/phpDocumentor/TypeResolver.svg)](https://scrutinizer-ci.com/g/phpDocumentor/TypeResolver/?branch=master)
6+
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/phpDocumentor/TypeResolver.svg)](https://scrutinizer-ci.com/g/phpDocumentor/TypeResolver/?branch=master)
7+
[![Stable Version](https://img.shields.io/packagist/v/phpDocumentor/TypeResolver.svg)](https://packagist.org/packages/phpDocumentor/TypeResolver)
8+
[![Unstable Version](https://img.shields.io/packagist/vpre/phpDocumentor/TypeResolver.svg)](https://packagist.org/packages/phpDocumentor/TypeResolver)
89

910

10-
# TypeResolver and FqsenResolver
11-
12-
[![Build Status](https://img.shields.io/travis/phpDocumentor/TypeResolver/master.svg?style=flat-square)](https://travis-ci.org/phpDocumentor/TypeResolver)
13-
[![Code Coverage](https://img.shields.io/coveralls/phpDocumentor/TypeResolver/master.svg?style=flat-square)](https://coveralls.io/github/phpDocumentor/TypeResolver)
11+
TypeResolver and FqsenResolver
12+
==============================
1413

1514
The specification on types in DocBlocks (PSR-5) describes various keywords and special constructs
1615
but also how to statically resolve the partial name of a Class into a Fully Qualified Class Name (FQCN).

0 commit comments

Comments
 (0)