data
4 years ago
lib
4 years ago
.coveralls.github-actions.yml
4 years ago
.php_cs.dist
4 years ago
LICENSE
6 years ago
Makefile
4 years ago
VERSION
4 years ago
build.php
4 years ago
init.php
4 years ago
phpdoc.dist.xml
4 years ago
phpstan-baseline.neon
4 years ago
phpstan.neon.dist
4 years ago
update_certs.php
4 years ago
phpstan-baseline.neon
13 lines
| 1 | parameters: |
| 2 | ignoreErrors: |
| 3 | - |
| 4 | message: "#^Access to undefined constant Stripe\\\\ApiResource\\:\\:OBJECT_NAME\\.$#" |
| 5 | count: 1 |
| 6 | path: lib/ApiResource.php |
| 7 | |
| 8 | - |
| 9 | message: "#^Access to undefined constant Stripe\\\\SingletonApiResource\\:\\:OBJECT_NAME\\.$#" |
| 10 | count: 1 |
| 11 | path: lib/SingletonApiResource.php |
| 12 | |
| 13 |