Skip to content

Commit 56ec025

Browse files
committed
Updated badges.
1 parent 3c00dbc commit 56ec025

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
This library is inspired by [the code of Johannes Schmitt](https://github.com/schmittjoh/php-option) and [the writing of Igor Wiedler](https://igor.io/2014/01/10/functional-library-null.html). It is intended to reduce the code required for null-checking. Part of [TypedPHP](https://leanpub.com/typedphp).
44

5-
[![Build Status](https://travis-ci.org/typedphp/php-optional.svg?branch=master)](https://travis-ci.org/typedphp/php-optional)
6-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/typedphp/php-optional/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/typedphp/php-optional/?branch=master)
7-
[![Code Coverage](https://scrutinizer-ci.com/g/typedphp/php-optional/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/typedphp/php-optional/?branch=master)
5+
[![Build Status](https://travis-ci.org/typedphp/optional.svg?branch=master)](https://travis-ci.org/typedphp/optional)
6+
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/typedphp/optional/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/typedphp/optional/?branch=master)
7+
[![Code Coverage](https://scrutinizer-ci.com/g/typedphp/optional/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/typedphp/optional/?branch=master)
88

99
## Examples
1010

0 commit comments

Comments
 (0)