Convert variable names to camel case
[MAILPOET-1796]
This commit is contained in:
@@ -31,7 +31,7 @@ class Source {
|
||||
// we don't want to override source
|
||||
return $subscriber;
|
||||
}
|
||||
if (!in_array($source, Source::$allowed_sources)) {
|
||||
if (!in_array($source, Source::$allowedSources)) {
|
||||
throw new \InvalidArgumentException('Invalid source "' . $source . '""');
|
||||
}
|
||||
$subscriber->set('source', $source);
|
||||
|
Reference in New Issue
Block a user