diff --git a/app/Console/Commands/Inspire.php b/app/Console/Commands/Inspire.php index e2086a35..f29c1314 100644 --- a/app/Console/Commands/Inspire.php +++ b/app/Console/Commands/Inspire.php @@ -5,7 +5,6 @@ class Inspire extends Command { - /** * The console command name. * diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 12ee5ed0..ccf88039 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -5,7 +5,6 @@ class Kernel extends ConsoleKernel { - /** * The Artisan commands provided by your application. * diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index b0e90da1..e055c601 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -5,7 +5,6 @@ class Handler extends ExceptionHandler { - /** * A list of the exception types that should not be reported. * diff --git a/app/Http/Controllers/Auth/AuthController.php b/app/Http/Controllers/Auth/AuthController.php index b3bf6309..9869e6b2 100644 --- a/app/Http/Controllers/Auth/AuthController.php +++ b/app/Http/Controllers/Auth/AuthController.php @@ -7,7 +7,6 @@ class AuthController extends Controller { - /* |-------------------------------------------------------------------------- | Registration & Login Controller diff --git a/app/Http/Controllers/Auth/PasswordController.php b/app/Http/Controllers/Auth/PasswordController.php index 1dbad9c0..c5ccfae3 100644 --- a/app/Http/Controllers/Auth/PasswordController.php +++ b/app/Http/Controllers/Auth/PasswordController.php @@ -7,7 +7,6 @@ class PasswordController extends Controller { - /* |-------------------------------------------------------------------------- | Password Reset Controller diff --git a/app/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php index 3af3784a..506b46cd 100644 --- a/app/Http/Controllers/HomeController.php +++ b/app/Http/Controllers/HomeController.php @@ -2,7 +2,6 @@ class HomeController extends Controller { - /* |-------------------------------------------------------------------------- | Home Controller diff --git a/app/Http/Controllers/WelcomeController.php b/app/Http/Controllers/WelcomeController.php index c96af829..ee700fc2 100644 --- a/app/Http/Controllers/WelcomeController.php +++ b/app/Http/Controllers/WelcomeController.php @@ -2,7 +2,6 @@ class WelcomeController extends Controller { - /* |-------------------------------------------------------------------------- | Welcome Controller diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php index ccfaeddd..8722b474 100644 --- a/app/Http/Kernel.php +++ b/app/Http/Kernel.php @@ -4,7 +4,6 @@ class Kernel extends HttpKernel { - /** * The application's global HTTP middleware stack. * diff --git a/app/Http/Middleware/Authenticate.php b/app/Http/Middleware/Authenticate.php index e7b6802f..c6cd29c1 100644 --- a/app/Http/Middleware/Authenticate.php +++ b/app/Http/Middleware/Authenticate.php @@ -5,7 +5,6 @@ class Authenticate { - /** * The Guard implementation. * diff --git a/app/Http/Middleware/RedirectIfAuthenticated.php b/app/Http/Middleware/RedirectIfAuthenticated.php index f79b7ef3..73b314ea 100644 --- a/app/Http/Middleware/RedirectIfAuthenticated.php +++ b/app/Http/Middleware/RedirectIfAuthenticated.php @@ -6,7 +6,6 @@ class RedirectIfAuthenticated { - /** * The Guard implementation. * diff --git a/app/Http/Middleware/VerifyCsrfToken.php b/app/Http/Middleware/VerifyCsrfToken.php index cce9637f..fc3d552d 100644 --- a/app/Http/Middleware/VerifyCsrfToken.php +++ b/app/Http/Middleware/VerifyCsrfToken.php @@ -5,7 +5,6 @@ class VerifyCsrfToken extends BaseVerifier { - /** * Handle an incoming request. * diff --git a/database/migrations/2014_10_12_000000_create_users_table.php b/database/migrations/2014_10_12_000000_create_users_table.php index 8b764d04..65d3d083 100644 --- a/database/migrations/2014_10_12_000000_create_users_table.php +++ b/database/migrations/2014_10_12_000000_create_users_table.php @@ -5,7 +5,6 @@ class CreateUsersTable extends Migration { - /** * Run the migrations. * diff --git a/database/migrations/2014_10_12_100000_create_password_resets_table.php b/database/migrations/2014_10_12_100000_create_password_resets_table.php index 6dae21c2..00057f9c 100644 --- a/database/migrations/2014_10_12_100000_create_password_resets_table.php +++ b/database/migrations/2014_10_12_100000_create_password_resets_table.php @@ -5,7 +5,6 @@ class CreatePasswordResetsTable extends Migration { - /** * Run the migrations. * diff --git a/database/seeds/DatabaseSeeder.php b/database/seeds/DatabaseSeeder.php index 1764e033..d26eb82f 100644 --- a/database/seeds/DatabaseSeeder.php +++ b/database/seeds/DatabaseSeeder.php @@ -5,7 +5,6 @@ class DatabaseSeeder extends Seeder { - /** * Run the database seeds. * diff --git a/tests/ExampleTest.php b/tests/ExampleTest.php index 3dc3061f..c78111bc 100644 --- a/tests/ExampleTest.php +++ b/tests/ExampleTest.php @@ -2,7 +2,6 @@ class ExampleTest extends TestCase { - /** * A basic functional test example. * diff --git a/tests/TestCase.php b/tests/TestCase.php index cfbb1529..069f0b84 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -2,7 +2,6 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase { - /** * Creates the application. *