Add public keyword to methods
[MAILPOET-2413]
This commit is contained in:
@@ -6,7 +6,7 @@ use MailPoet\Newsletter\Renderer\StylesHelper;
|
||||
|
||||
class StylesHelperTest extends \MailPoetUnitTest {
|
||||
|
||||
function testItGetsCustomFontsLinks() {
|
||||
public function testItGetsCustomFontsLinks() {
|
||||
$styles_with_custom_fonts = [
|
||||
"text" => [
|
||||
"fontColor" => "#565656",
|
||||
|
Reference in New Issue
Block a user