includes: - phpstan-baseline.neon parameters: bootstrapFiles: - phpstan_autoloader.php fileExtensions: - php universalObjectCratesClasses: - Stripe\StripeObject reportUnmatchedIgnoredErrors: false treatPhpDocTypesAsCertain: false excludePaths: - *.tpl.php - *.min.js - */Modules/Media/Files/* - */omsSetup/* - */demoSetup/* - */privateSetup/* - */test/* - */tests/* - */Sandbox/* - */Tools/* - */Logs/* - */MainRepository/* - *Test.php - *Routes.php - *Hooks.php - */vendor/* - */Demo/* - */Build/* - */Cache/* - */Resources/* - */Libraries/* - */Web/* - */Routes/* - */Hooks/* - */node_modules/* - *ObjLoader.js - */Socket/* - */DataStorage/Database/* - */Auth/OAuth2/* - */Message/Mail/* - */Install/Application/* - */Accounting/* - */JobScheduling/* - */Rating/* - */Parser/Presentation/* - */Parser/Document/* - */Parser/Spreadsheet/* - *BayesianPersonalizedRanking.php - *DBSCAN.php - *MeanShift.php - *Datamatrix.php - *QR.php ignoreErrors: - identifier: missingType.iterableValue - identifier: missingType.generics - '#^Call to an undefined method phpOMS\\Module\\ModuleAbstract::[.]*#' - '#expects phpOMS\\Algorithm\\PathFinding\\JumpPointNode\|null, phpOMS\\Algorithm\\PathFinding\\Node\|null given#' - '#should return array but returns array