Skip to content

Commit 89c7b72

Browse files
committed
Little code clean up, empty lines removes
1 parent 4806a4b commit 89c7b72

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

controller/main.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,6 @@ private function display_pb()
257257
meta_refresh(3, $redirect_url);
258258
trigger_error($message);
259259
}
260-
261-
262260
break;
263261

264262
case 'post':

event/acp_events.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
class acp_events implements EventSubscriberInterface
2121
{
22-
static public function getSubscribedEvents()
22+
public static function getSubscribedEvents()
2323
{
2424
return array(
2525
'core.permissions' => 'add_permissions',

event/base_events.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
class base_events implements EventSubscriberInterface
2121
{
22-
static public function getSubscribedEvents()
22+
public static function getSubscribedEvents()
2323
{
2424
return array(
2525
'core.page_header_after' => 'page_header_after',

0 commit comments

Comments
 (0)