Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Commit 370a30f

Browse files
committed
cs-fixer
1 parent faf5675 commit 370a30f

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ phpunit.xml
66

77
composer.phar
88
composer.lock
9+
10+
.php-cs-fixer.cache

src/Facades/Feature.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
namespace MikeFrancis\LaravelUnleash\Facades;
34

45
use Illuminate\Support\Facades\Facade;

src/Facades/Unleash.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
namespace MikeFrancis\LaravelUnleash\Facades;
34

45
use Illuminate\Support\Facades\Facade;

tests/Strategies/ApplicationHostnameStrategyTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
class ApplicationHostnameStrategyTest extends TestCase
1010
{
11-
1211
public function testWithSingleApplicationHostname()
1312
{
1413
$params = [

0 commit comments

Comments
 (0)