File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1
1
# PHP Enum implementation inspired from SplEnum
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/myclabs/php-enum.png?branch=master )] ( https://travis-ci.org/myclabs/php-enum ) [ ![ Latest Stable Version] ( https://poser.pugx.org/myclabs/php-enum/version.png )] ( https://packagist.org/packages/myclabs/php-enum ) [ ![ Total Downloads] ( https://poser.pugx.org/myclabs/php-enum/downloads.png )] ( https://packagist.org/packages/myclabs/php-enum )
3
+ [ ![ Build Status] ( https://travis-ci.org/myclabs/php-enum.png?branch=master )] ( https://travis-ci.org/myclabs/php-enum ) [ ![ Latest Stable Version] ( https://poser.pugx.org/myclabs/php-enum/version.png )] ( https://packagist.org/packages/myclabs/php-enum ) [ ![ Total Downloads] ( https://poser.pugx.org/myclabs/php-enum/downloads.png )] ( https://packagist.org/packages/myclabs/php-enum ) [ ![ Code Coverage ] ( https://scrutinizer-ci.com/g/myclabs/php-enum/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/myclabs/php-enum/?branch=master )
4
4
5
5
## Why?
6
6
You can’t perform that action at this time.
0 commit comments