Skip to content
This repository has been archived by the owner on Jan 3, 2020. It is now read-only.

Commit

Permalink
Apply fixes from StyleCI (#5)
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
faustbrian committed Feb 22, 2017
1 parent 6355380 commit 295eaaa
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/CarriersServiceProvider.php
Expand Up @@ -11,6 +11,15 @@

declare(strict_types=1);

/*
* This file is part of Laravel Carriers.
*
* (c) Brian Faust <hello@brianfaust.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace BrianFaust\Carriers;

use BrianFaust\Carriers\Console\SeedCarriers;
Expand Down
9 changes: 9 additions & 0 deletions src/Console/SeedCarriers.php
Expand Up @@ -11,6 +11,15 @@

declare(strict_types=1);

/*
* This file is part of Laravel Carriers.
*
* (c) Brian Faust <hello@brianfaust.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace BrianFaust\Carriers\Console;

use BrianFaust\Carriers\Models\Carrier;
Expand Down
9 changes: 9 additions & 0 deletions src/Models/Carrier.php
Expand Up @@ -11,6 +11,15 @@

declare(strict_types=1);

/*
* This file is part of Laravel Carriers.
*
* (c) Brian Faust <hello@brianfaust.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace BrianFaust\Carriers\Models;

use Illuminate\Database\Eloquent\Builder;
Expand Down
9 changes: 9 additions & 0 deletions tests/AbstractTestCase.php
Expand Up @@ -11,6 +11,15 @@

declare(strict_types=1);

/*
* This file is part of Laravel Carriers.
*
* (c) Brian Faust <hello@brianfaust.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace BrianFaust\Tests\Carriers;

use GrahamCampbell\TestBench\AbstractPackageTestCase;
Expand Down
9 changes: 9 additions & 0 deletions tests/ServiceProviderTest.php
Expand Up @@ -11,6 +11,15 @@

declare(strict_types=1);

/*
* This file is part of Laravel Carriers.
*
* (c) Brian Faust <hello@brianfaust.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace BrianFaust\Tests\Carriers;

use GrahamCampbell\TestBenchCore\ServiceProviderTrait;
Expand Down

0 comments on commit 295eaaa

Please sign in to comment.