Ran into this warning while running the tool, because our app directory didn't contain any *.html files:
PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in src/Ampersand/PatchHelper/Helper/Magento2Instance.php on line 461
Noticed that the same code was used for xml files, so fixed it as well over there.
Checklist
[x] Pull request has a meaningful description of its purpose
[x] All commits are accompanied by meaningful commit messages
… found in a certain directory.
Ran into this warning while running the tool, because our
app
directory didn't contain any*.html
files:Noticed that the same code was used for xml files, so fixed it as well over there.
Checklist