diff --git a/Config/phpcs.xml b/Config/phpcs.xml index a7d828d..c881970 100755 --- a/Config/phpcs.xml +++ b/Config/phpcs.xml @@ -34,6 +34,7 @@ */JobScheduling/* */TrueSkill.php */Simplex.php +*/BayesianPersonalizedRanking.php */Parser/Spreadsheet/* */Parser/Presentation/* */Parser/Document/* diff --git a/Config/phpstan.neon b/Config/phpstan.neon index 2ba4a2e..dfd4c94 100755 --- a/Config/phpstan.neon +++ b/Config/phpstan.neon @@ -46,6 +46,9 @@ parameters: - */Accounting/* - */JobScheduling/* - */Rating/* + - */Parser/Presentation/* + - */Parser/Document/* + - */Parser/Spreadsheet/* - *BayesianPersonalizedRanking.php ignoreErrors: - '#.*tag @var for constant.*#'