mirror of
https://github.com/getgrav/grav.git
synced 2026-03-06 04:21:34 +01:00
PSR fix
This commit is contained in:
@@ -30,7 +30,8 @@ class Plugin implements EventSubscriberInterface
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public static function getSubscribedEvents() {
|
||||
public static function getSubscribedEvents()
|
||||
{
|
||||
$methods = get_class_methods(get_called_class());
|
||||
|
||||
$list = array();
|
||||
|
||||
Reference in New Issue
Block a user