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
# Framework / structural limitations that cannot be fixed in module code:
7
+
# - uninstallModule() calls parent::uninstall() through a closure rebound to the
8
+
# target module via Closure::bindTo(), a pattern PHPStan cannot statically resolve.
9
+
# - Cookie uses magic __get/__set, so its dynamic properties are undefined to PHPStan.
10
+
# - HookInterface mandates the constructor signature (Ps_Googleanalytics $module, Context),
11
+
# so $module must be stored even in hooks that never read it back.
12
+
- '#PrestaShop\\Module\\Ps_Googleanalytics\\Handler\\ModuleHandler::uninstallModule\(\) calls parent::uninstall\(\) but PrestaShop\\Module\\Ps_Googleanalytics\\Handler\\ModuleHandler does not extend any class.#'
13
+
- '#Access to an undefined property Cookie\:\:\$ga_admin_order.#'
14
+
- '#Access to an undefined property Cookie\:\:\$ga_admin_refund.#'
15
+
- '#Property PrestaShop\\Module\\Ps_Googleanalytics\\Hooks\\HookActionValidateOrder::\$module is never read, only written\.#'
# Framework / structural limitations that cannot be fixed in module code:
7
+
# - uninstallModule() calls parent::uninstall() through a closure rebound to the
8
+
# target module via Closure::bindTo(), a pattern PHPStan cannot statically resolve.
9
+
# - Cookie uses magic __get/__set, so its dynamic properties are undefined to PHPStan.
10
+
# - HookInterface mandates the constructor signature (Ps_Googleanalytics $module, Context),
11
+
# so $module must be stored even in hooks that never read it back.
12
+
- '#PrestaShop\\Module\\Ps_Googleanalytics\\Handler\\ModuleHandler::uninstallModule\(\) calls parent::uninstall\(\) but PrestaShop\\Module\\Ps_Googleanalytics\\Handler\\ModuleHandler does not extend any class.#'
13
+
- '#Access to an undefined property Cookie\:\:\$ga_admin_order.#'
14
+
- '#Access to an undefined property Cookie\:\:\$ga_admin_refund.#'
15
+
- '#Property PrestaShop\\Module\\Ps_Googleanalytics\\Hooks\\HookActionValidateOrder::\$module is never read, only written\.#'
0 commit comments