1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 16:07:34 +02:00

Merge pull request #2 from flarum/analysis-qor2bK

Applied fixes from StyleCI
This commit is contained in:
Toby Zerner
2016-02-26 14:23:50 +10:30
2 changed files with 3 additions and 2 deletions

View File

@@ -14,4 +14,4 @@ use Illuminate\Contracts\Events\Dispatcher;
return function (Dispatcher $events) {
$events->subscribe(Listener\FormatBBCode::class);
};
};

View File

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