Add public keyword to methods
[MAILPOET-2413]
This commit is contained in:
@ -9,7 +9,7 @@ class FormDataMapperTest extends \MailPoetTest {
|
||||
/** @var FormDataMapper */
|
||||
private $mapper;
|
||||
|
||||
function _before() {
|
||||
public function _before() {
|
||||
$this->mapper = new FormDataMapper();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user