Browse Source

Fix warnings

Laurent Destailleur 1 year ago
parent
commit
6add12177b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      phpstan.neon

+ 2 - 0
phpstan.neon

@@ -54,6 +54,8 @@ parameters:
 		- '#Caught class Stripe#'
 		- '#Function llxHeader invoked with#'
 		- '#Function llxHeaderVierge invoked with#'
+		- '#Function llxFooter invoked with#'
+		- '#Function llxFooterVierge invoked with#'
 		- '#If condition is always true#'
 		- '#always exists and is not falsy#'
 		- '#has no return type specified#'