From bb3c8a8fa6c40bf01f1610ab4e2c517bbd9acb69 Mon Sep 17 00:00:00 2001 From: smiley Date: Mon, 27 Feb 2017 00:53:01 +0100 Subject: [PATCH] :octocat: --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2d3c97e7f..9b879d620 100644 --- a/README.md +++ b/README.md @@ -7,21 +7,24 @@ [![Issues][issue-badge]][issues] [![Scrunitizer][scrutinizer-badge]][scrutinizer] [![Code Climate][codeclimate-badge]][codeclimate] +[![packagist][downloads-badge]][downloads] [packagist-badge]: https://img.shields.io/packagist/v/chillerlan/php-qrcode.svg [packagist]: https://packagist.org/packages/chillerlan/php-qrcode [license-badge]: https://img.shields.io/packagist/l/chillerlan/php-qrcode.svg [license]: https://github.com/codemasher/php-qrcode/blob/master/LICENSE -[travis-badge]: https://travis-ci.org/codemasher/php-qrcode.svg?branch=master +[travis-badge]: https://img.shields.io/travis/codemasher/php-qrcode.svg [travis]: https://travis-ci.org/codemasher/php-qrcode -[coverage-badge]: https://codecov.io/github/codemasher/php-qrcode/coverage.svg?branch=master +[coverage-badge]: https://img.shields.io/codecov/c/github/codemasher/php-qrcode.svg [coverage]: https://codecov.io/github/codemasher/php-qrcode [issue-badge]: https://img.shields.io/github/issues/codemasher/php-qrcode.svg [issues]: https://github.com/codemasher/php-qrcode/issues -[scrutinizer-badge]: https://scrutinizer-ci.com/g/codemasher/php-qrcode/badges/quality-score.png?b=master +[scrutinizer-badge]: https://img.shields.io/scrutinizer/g/codemasher/php-qrcode.svg [scrutinizer]: https://scrutinizer-ci.com/g/codemasher/php-qrcode -[codeclimate-badge]: https://codeclimate.com/github/codemasher/php-qrcode/badges/gpa.svg +[codeclimate-badge]: https://img.shields.io/codeclimate/github/codemasher/php-qrcode.svg [codeclimate]: https://codeclimate.com/github/codemasher/php-qrcode +[downloads-badge]: https://img.shields.io/packagist/dt/chillerlan/php-qrcode.svg +[downloads]: https://packagist.org/packages/chillerlan/php-qrcode/stats ## Info @@ -160,7 +163,7 @@ class MyCustomOutput extends QROutputAbstract{ protected $options; // MyCustomOutputOptions (if present) // optional constructor - public function __construct(QROutputOptionsInterface $outputOptions = null){ + public function __construct(QROutputOptionsAbstract $outputOptions = null){ $this->options = $outputOptions; if(!$this->options){