1
0
mirror of https://github.com/flarum/core.git synced 2025-07-29 20:50:28 +02:00

Applied fixes from StyleCI

This commit is contained in:
Toby Zerner
2016-02-25 22:57:42 -05:00
committed by StyleCI Bot
parent a16b531fbc
commit 9455ca16d1
6 changed files with 9 additions and 6 deletions

View File

@@ -20,4 +20,4 @@ return function (Dispatcher $events) {
$events->subscribe(Listener\SaveSuspensionToDatabase::class); $events->subscribe(Listener\SaveSuspensionToDatabase::class);
$events->subscribe(Access\UserPolicy::class); $events->subscribe(Access\UserPolicy::class);
}; };

View File

@@ -32,4 +32,3 @@ class UserPolicy extends AbstractPolicy
} }
} }
} }

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* This file is part of Flarum. * This file is part of Flarum.
* *

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* This file is part of Flarum. * This file is part of Flarum.
* *

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* This file is part of Flarum. * This file is part of Flarum.
* *

View File

@@ -1,4 +1,5 @@
<?php <?php
/* /*
* This file is part of Flarum. * This file is part of Flarum.
* *