summaryrefslogtreecommitdiffstats
path: root/vendor/stripe/stripe-php/phpstan-baseline.neon
blob: 882318a7a54dcad3bbcf9d3b85cedf8c53b7ec65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
parameters:
	ignoreErrors:
		-
			message: "#^Access to undefined constant Stripe\\\\ApiResource\\:\\:OBJECT_NAME\\.$#"
			count: 1
			path: lib/ApiResource.php

		-
			message: "#^Access to undefined constant Stripe\\\\SingletonApiResource\\:\\:OBJECT_NAME\\.$#"
			count: 1
			path: lib/SingletonApiResource.php