diff --git a/Config/phpstan.neon b/Config/phpstan.neon index 842e1ff..7ed09d9 100755 --- a/Config/phpstan.neon +++ b/Config/phpstan.neon @@ -51,6 +51,10 @@ parameters: - */Parser/Spreadsheet/* - *BayesianPersonalizedRanking.php - *Simplex.php + - *DBSCAN.php + - *MeanShift.php + - *Datamatrix.php + - *QR.php ignoreErrors: - '#.*tag @var for constant.*#' - '#[.]*Offset .* on array.* always exists[.]*#'