Add public keyword to methods
[MAILPOET-2413]
This commit is contained in:
@ -21,7 +21,7 @@ class ConnectionFactory {
|
||||
JsonOrSerializedType::NAME => JsonOrSerializedType::class,
|
||||
];
|
||||
|
||||
function createConnection() {
|
||||
public function createConnection() {
|
||||
$platform_class = self::PLATFORM_CLASS;
|
||||
$connection_params = [
|
||||
'wrapperClass' => SerializableConnection::class,
|
||||
|
Reference in New Issue
Block a user