wallee-payment / prestashop-mailhook

Introduces a hook to modify mail behavior in Prestashop
Apache License 2.0
2 stars 1 forks source link

WAL-77136: Solves an error when installing the plugin. #3

Closed alberto-wallee closed 2 years ago

alberto-wallee commented 2 years ago

When installing this plugin, an override is perform in the Main.php class. This override fails if there is empty line between the class opener and the first method's docblock. This commit just adds a couple of lines that will be replaced by the system when doing the overwrite, and prevents the syntax error to happen.