Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit 5ec3749

Browse files
committed
add new line above namespace for PSR compliance
1 parent 921ab64 commit 5ec3749

11 files changed

+11
-0
lines changed

src/Generators/stubs/controller.plain.stub

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

45
use Illuminate\Http\Request;

src/Generators/stubs/controller.stub

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

45
use Illuminate\Http\Request;

src/Generators/stubs/feature-test.stub

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

45
use Tests\TestCase;

src/Generators/stubs/feature.stub

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

45
use {{foundation_namespace}}\Feature;

src/Generators/stubs/job-test.stub

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

45
use {{job_namespace}};

src/Generators/stubs/job.stub

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

45
use {{foundation_namespace}}\Job;

src/Generators/stubs/operation-test.stub

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

45
use Tests\TestCase;

src/Generators/stubs/queueable-job.stub

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

45
use {{foundation_namespace}}\QueueableJob;

src/Generators/stubs/queueable-operation.stub

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

45
use {{foundation_namespace}}\QueueableOperation;

src/Generators/stubs/routeserviceprovider.stub

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

45
use Illuminate\Routing\Router;

0 commit comments

Comments
 (0)