Add public keyword to methods
[MAILPOET-2413]
This commit is contained in:
@@ -8,7 +8,7 @@ use pQuery\DomNode;
|
||||
|
||||
class StructureTransformer {
|
||||
|
||||
function transform($content, $image_full_width) {
|
||||
public function transform($content, $image_full_width) {
|
||||
$root = pQuery::parseStr($content);
|
||||
|
||||
$this->hoistImagesToRoot($root);
|
||||
|
Reference in New Issue
Block a user