phpstan.neon.dist 213 B

123456789
  1. parameters:
  2. level: 8
  3. paths:
  4. - src
  5. - tests
  6. typeAliases:
  7. SPDXLicense: 'array{0: string, 1: bool, 2: string, 3: bool}'
  8. SPDXLicenseException: 'array{0: string, 1: string}'