From 48d996d9489e562d37221ea927de2585465e35cd Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Thu, 28 Nov 2019 00:16:50 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- .../testing/tests/integration/RetrievesAuthorizedUsers.php | 6 ++---- php-packages/testing/tests/integration/TestCase.php | 6 ++---- php-packages/testing/tests/integration/setup.php | 6 ++---- php-packages/testing/tests/unit/TestCase.php | 6 ++---- 4 files changed, 8 insertions(+), 16 deletions(-) diff --git a/php-packages/testing/tests/integration/RetrievesAuthorizedUsers.php b/php-packages/testing/tests/integration/RetrievesAuthorizedUsers.php index 135ef7bec..df2f80e87 100644 --- a/php-packages/testing/tests/integration/RetrievesAuthorizedUsers.php +++ b/php-packages/testing/tests/integration/RetrievesAuthorizedUsers.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\integration; diff --git a/php-packages/testing/tests/integration/TestCase.php b/php-packages/testing/tests/integration/TestCase.php index 8cd255949..6c26a6245 100644 --- a/php-packages/testing/tests/integration/TestCase.php +++ b/php-packages/testing/tests/integration/TestCase.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\integration; diff --git a/php-packages/testing/tests/integration/setup.php b/php-packages/testing/tests/integration/setup.php index 8678b522f..8403acf5c 100644 --- a/php-packages/testing/tests/integration/setup.php +++ b/php-packages/testing/tests/integration/setup.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Install\AdminUser; diff --git a/php-packages/testing/tests/unit/TestCase.php b/php-packages/testing/tests/unit/TestCase.php index 8c87018b6..63214ce19 100644 --- a/php-packages/testing/tests/unit/TestCase.php +++ b/php-packages/testing/tests/unit/TestCase.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Tests\unit;