Skip to content

Commit ac1ceb2

Browse files
SUPESC-274: updated readme.
1 parent b4f7f01 commit ac1ceb2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Heidelpay Module
22

33
[![CI](https://github.com/spryker-eco/heidelpay/workflows/CI/badge.svg?branch=master)](https://github.com/spryker-eco/heidelpay/actions?query=workflow%3ACI+branch%3Amaster)
4-
[![Build Status](https://travis-ci.org/spryker-eco/heidelpay.svg?branch=master)](https://travis-ci.org/spryker-eco/heidelpay)
4+
[![Latest Stable Version](https://poser.pugx.org/spryker-eco/heidelpay/v/stable.svg)](https://packagist.org/packages/spryker-eco/heidelpay)
55
[![License](https://img.shields.io/github/license/spryker-eco/heidelpay.svg?b=master)](https://github.com/spryker-eco/heidelpay)
6-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/spryker-eco/heidelpay/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/spryker-eco/heidelpay/?branch=master)
7-
[![Build Status](https://scrutinizer-ci.com/g/spryker-eco/heidelpay/badges/build.png?b=master)](https://scrutinizer-ci.com/g/spryker-eco/heidelpay/build-status/master)
6+
[![ScrutCI](https://scrutinizer-ci.com/g/spryker-eco/heidelpay/badges/build.png?b=master)](https://scrutinizer-ci.com/g/spryker-eco/heidelpay/build-status/master)
7+
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.3-8892BF.svg)](https://php.net/)
88

99
## Installation
1010

phpstan.neon

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ parameters:
2222
- '#Method .+ should return Generated\\.+ but returns .+Transfer#'
2323
- '#Parameter .+ of method .+ expects .+Transfer, .+AbstractTransfer given#'
2424
- '#Method .+ should return array<.+ but returns array<string,.+#'
25-
- '#Parameter \#1 \$position of method Heidelpay\\PhpBasketApi\\Object\\BasketItem::setPosition\(\) expects int, float\|int given#'
2625
- '#SprykerEco\\Zed\\Heidelpay\\Business\\Mapper\\QuoteToHeidelpayRequest::findCustomerRegistrationDate\(\) should return string\|null but returns array\|float\|int\|string\|false\|null#'
2726
- '#Method SprykerEco\\Zed\\Heidelpay\\Business\\Encrypter\\AesEncrypter::decryptData\(\) should return string\|null but returns string\|false#'
2827
- '#Method SprykerEco\\Zed\\Heidelpay\\Business\\Encrypter\\AesEncrypter::getRandomPseudoBytes\(\) should return string but returns string\|false#'

0 commit comments

Comments
 (0)