1
0
mirror of https://github.com/flarum/core.git synced 2025-07-21 08:41:17 +02:00

Apply fixes from StyleCI

This commit is contained in:
Franz Liedke
2019-11-29 23:02:02 +00:00
committed by StyleCI Bot
parent 4a88e0bcb0
commit e64ca03985
21 changed files with 42 additions and 84 deletions

View File

@@ -3,10 +3,8 @@
/* /*
* This file is part of Flarum. * This file is part of Flarum.
* *
* (c) Toby Zerner <toby.zerner@gmail.com> * For detailed copyright and license information, please view the
* * LICENSE file that was distributed with this source code.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/ */
use Flarum\Api\Event\Serializing; use Flarum\Api\Event\Serializing;

View File

@@ -3,10 +3,8 @@
/* /*
* This file is part of Flarum. * This file is part of Flarum.
* *
* (c) Toby Zerner <toby.zerner@gmail.com> * For detailed copyright and license information, please view the
* * LICENSE file that was distributed with this source code.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/ */
use Flarum\Database\Migration; use Flarum\Database\Migration;

View File

@@ -3,10 +3,8 @@
/* /*
* This file is part of Flarum. * This file is part of Flarum.
* *
* (c) Toby Zerner <toby.zerner@gmail.com> * For detailed copyright and license information, please view the
* * LICENSE file that was distributed with this source code.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/ */
use Flarum\Database\Migration; use Flarum\Database\Migration;

View File

@@ -3,10 +3,8 @@
/* /*
* This file is part of Flarum. * This file is part of Flarum.
* *
* (c) Toby Zerner <toby.zerner@gmail.com> * For detailed copyright and license information, please view the
* * LICENSE file that was distributed with this source code.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/ */
use Flarum\Database\Migration; use Flarum\Database\Migration;

View File

@@ -3,10 +3,8 @@
/* /*
* This file is part of Flarum. * This file is part of Flarum.
* *
* (c) Toby Zerner <toby.zerner@gmail.com> * For detailed copyright and license information, please view the
* * LICENSE file that was distributed with this source code.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/ */
use Flarum\Database\Migration; use Flarum\Database\Migration;

View File

@@ -3,10 +3,8 @@
/* /*
* This file is part of Flarum. * This file is part of Flarum.
* *
* (c) Toby Zerner <toby.zerner@gmail.com> * For detailed copyright and license information, please view the
* * LICENSE file that was distributed with this source code.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/ */
use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Schema\Blueprint;

View File

@@ -3,10 +3,8 @@
/* /*
* This file is part of Flarum. * This file is part of Flarum.
* *
* (c) Toby Zerner <toby.zerner@gmail.com> * For detailed copyright and license information, please view the
* * LICENSE file that was distributed with this source code.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/ */
use Flarum\Database\Migration; use Flarum\Database\Migration;

View File

@@ -3,10 +3,8 @@
/* /*
* This file is part of Flarum. * This file is part of Flarum.
* *
* (c) Toby Zerner <toby.zerner@gmail.com> * For detailed copyright and license information, please view the
* * LICENSE file that was distributed with this source code.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/ */
use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Schema\Blueprint;

View File

@@ -3,10 +3,8 @@
/* /*
* This file is part of Flarum. * This file is part of Flarum.
* *
* (c) Toby Zerner <toby.zerner@gmail.com> * For detailed copyright and license information, please view the
* * LICENSE file that was distributed with this source code.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/ */
namespace Flarum\Flags\Api\Controller; namespace Flarum\Flags\Api\Controller;

View File

@@ -3,10 +3,8 @@
/* /*
* This file is part of Flarum. * This file is part of Flarum.
* *
* (c) Toby Zerner <toby.zerner@gmail.com> * For detailed copyright and license information, please view the
* * LICENSE file that was distributed with this source code.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/ */
namespace Flarum\Flags\Api\Controller; namespace Flarum\Flags\Api\Controller;

View File

@@ -3,10 +3,8 @@
/* /*
* This file is part of Flarum. * This file is part of Flarum.
* *
* (c) Toby Zerner <toby.zerner@gmail.com> * For detailed copyright and license information, please view the
* * LICENSE file that was distributed with this source code.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/ */
namespace Flarum\Flags\Api\Controller; namespace Flarum\Flags\Api\Controller;

View File

@@ -3,10 +3,8 @@
/* /*
* This file is part of Flarum. * This file is part of Flarum.
* *
* (c) Toby Zerner <toby.zerner@gmail.com> * For detailed copyright and license information, please view the
* * LICENSE file that was distributed with this source code.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/ */
namespace Flarum\Flags\Api\Serializer; namespace Flarum\Flags\Api\Serializer;

View File

@@ -3,10 +3,8 @@
/* /*
* This file is part of Flarum. * This file is part of Flarum.
* *
* (c) Toby Zerner <toby.zerner@gmail.com> * For detailed copyright and license information, please view the
* * LICENSE file that was distributed with this source code.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/ */
namespace Flarum\Flags\Command; namespace Flarum\Flags\Command;

View File

@@ -3,10 +3,8 @@
/* /*
* This file is part of Flarum. * This file is part of Flarum.
* *
* (c) Toby Zerner <toby.zerner@gmail.com> * For detailed copyright and license information, please view the
* * LICENSE file that was distributed with this source code.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/ */
namespace Flarum\Flags\Command; namespace Flarum\Flags\Command;

View File

@@ -3,10 +3,8 @@
/* /*
* This file is part of Flarum. * This file is part of Flarum.
* *
* (c) Toby Zerner <toby.zerner@gmail.com> * For detailed copyright and license information, please view the
* * LICENSE file that was distributed with this source code.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/ */
namespace Flarum\Flags\Command; namespace Flarum\Flags\Command;

View File

@@ -3,10 +3,8 @@
/* /*
* This file is part of Flarum. * This file is part of Flarum.
* *
* (c) Toby Zerner <toby.zerner@gmail.com> * For detailed copyright and license information, please view the
* * LICENSE file that was distributed with this source code.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/ */
namespace Flarum\Flags\Command; namespace Flarum\Flags\Command;

View File

@@ -3,10 +3,8 @@
/* /*
* This file is part of Flarum. * This file is part of Flarum.
* *
* (c) Toby Zerner <toby.zerner@gmail.com> * For detailed copyright and license information, please view the
* * LICENSE file that was distributed with this source code.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/ */
namespace Flarum\Flags\Event; namespace Flarum\Flags\Event;

View File

@@ -3,10 +3,8 @@
/* /*
* This file is part of Flarum. * This file is part of Flarum.
* *
* (c) Toby Zerner <toby.zerner@gmail.com> * For detailed copyright and license information, please view the
* * LICENSE file that was distributed with this source code.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/ */
namespace Flarum\Flags; namespace Flarum\Flags;

View File

@@ -3,10 +3,8 @@
/* /*
* This file is part of Flarum. * This file is part of Flarum.
* *
* (c) Toby Zerner <toby.zerner@gmail.com> * For detailed copyright and license information, please view the
* * LICENSE file that was distributed with this source code.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/ */
namespace Flarum\Flags\Listener; namespace Flarum\Flags\Listener;

View File

@@ -3,10 +3,8 @@
/* /*
* This file is part of Flarum. * This file is part of Flarum.
* *
* (c) Toby Zerner <toby.zerner@gmail.com> * For detailed copyright and license information, please view the
* * LICENSE file that was distributed with this source code.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/ */
namespace Flarum\Flags\Listener; namespace Flarum\Flags\Listener;

View File

@@ -3,10 +3,8 @@
/* /*
* This file is part of Flarum. * This file is part of Flarum.
* *
* (c) Toby Zerner <toby.zerner@gmail.com> * For detailed copyright and license information, please view the
* * LICENSE file that was distributed with this source code.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/ */
namespace Flarum\Flags\Listener; namespace Flarum\Flags\Listener;