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 (#7)
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
faustbrian committed Dec 4, 2016
1 parent ee810d9 commit 2cf663c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/BladeServiceProvider.php
Expand Up @@ -11,6 +11,15 @@

declare(strict_types=1);

/*
* This file is part of Laravel Blade Extensions.
*
* (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\Blade;

use Illuminate\Support\Facades\Blade;
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 Blade Extensions.
*
* (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\Blade;

abstract class AbstractTestCase extends \PHPUnit_Framework_TestCase
Expand Down

0 comments on commit 2cf663c

Please sign in to comment.