You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/phpstan/phpstan.neon
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,5 +10,9 @@ parameters:
10
10
ignoreErrors:
11
11
- '#Property Ps_Googleanalytics::\$version \(float\) does not accept string.#'
12
12
- '#Strict comparison using === between false and Module will always evaluate to false.#'
13
+
-
14
+
message:'#Access to an undefined property object::\$shop.#'
15
+
path:../../classes/Hook/HookActionCartSave.php
16
+
- '#PrestaShop.Module.Ps_Googleanalytics.Handler.ModuleHandler::uninstallModule\(\) calls parent::uninstall\(\) but PrestaShop.Module.Ps_Googleanalytics.Handler.ModuleHandler does not extend any class.#'
0 commit comments