Commit 3e9422b7 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3315 from taiyaei/fix-spacing

[develop] Fix indent format.
parents 1f5681b3 0bbe752e
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
use Illuminate\Support\ServiceProvider; use Illuminate\Support\ServiceProvider;
class AppServiceProvider extends ServiceProvider { class AppServiceProvider extends ServiceProvider
{
/** /**
* Bootstrap any application services. * Bootstrap any application services.
* *
...@@ -23,5 +23,4 @@ class AppServiceProvider extends ServiceProvider { ...@@ -23,5 +23,4 @@ class AppServiceProvider extends ServiceProvider {
{ {
// //
} }
} }
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
class ExampleTest extends TestCase class ExampleTest extends TestCase
{ {
/** /**
* A basic functional test example. * A basic functional test example.
* *
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
class TestCase extends Illuminate\Foundation\Testing\TestCase class TestCase extends Illuminate\Foundation\Testing\TestCase
{ {
/** /**
* Creates the application. * Creates the application.
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment