Test Setup Failed
Push — master ( a515d0...24a3ce )
by Raí
07:35 queued 02:54
created
app/Http/Middleware/VerifyCsrfToken.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,7 @@
 block discarded – undo
4 4
 
5 5
 use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as Middleware;
6 6
 
7
-class VerifyCsrfToken extends Middleware
8
-{
7
+class VerifyCsrfToken extends Middleware {
9 8
     /**
10 9
      * The URIs that should be excluded from CSRF verification.
11 10
      *
Please login to merge, or discard this patch.
app/Http/Kernel.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,7 @@
 block discarded – undo
4 4
 
5 5
 use Illuminate\Foundation\Http\Kernel as HttpKernel;
6 6
 
7
-class Kernel extends HttpKernel
8
-{
7
+class Kernel extends HttpKernel {
9 8
     /**
10 9
      * The application's global HTTP middleware stack.
11 10
      *
Please login to merge, or discard this patch.
app/Console/Kernel.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,7 @@
 block discarded – undo
5 5
 use Illuminate\Console\Scheduling\Schedule;
6 6
 use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
7 7
 
8
-class Kernel extends ConsoleKernel
9
-{
8
+class Kernel extends ConsoleKernel {
10 9
     /**
11 10
      * The Artisan commands provided by your application.
12 11
      *
Please login to merge, or discard this patch.
app/Exceptions/Handler.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,7 @@
 block discarded – undo
5 5
 use Exception;
6 6
 use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
7 7
 
8
-class Handler extends ExceptionHandler
9
-{
8
+class Handler extends ExceptionHandler {
10 9
     /**
11 10
      * A list of the exception types that are not reported.
12 11
      *
Please login to merge, or discard this patch.
database/migrations/2014_10_12_100000_create_password_resets_table.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,7 @@
 block discarded – undo
4 4
 use Illuminate\Database\Schema\Blueprint;
5 5
 use Illuminate\Support\Facades\Schema;
6 6
 
7
-class CreatePasswordResetsTable extends Migration
8
-{
7
+class CreatePasswordResetsTable extends Migration {
9 8
     /**
10 9
      * Run the migrations.
11 10
      *
Please login to merge, or discard this patch.
database/migrations/2014_10_12_000000_create_users_table.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,7 @@
 block discarded – undo
4 4
 use Illuminate\Database\Schema\Blueprint;
5 5
 use Illuminate\Support\Facades\Schema;
6 6
 
7
-class CreateUsersTable extends Migration
8
-{
7
+class CreateUsersTable extends Migration {
9 8
     /**
10 9
      * Run the migrations.
11 10
      *
Please login to merge, or discard this patch.
database/seeds/DatabaseSeeder.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,7 @@
 block discarded – undo
2 2
 
3 3
 use Illuminate\Database\Seeder;
4 4
 
5
-class DatabaseSeeder extends Seeder
6
-{
5
+class DatabaseSeeder extends Seeder {
7 6
     /**
8 7
      * Run the database seeds.
9 8
      *
Please login to merge, or discard this patch.
Bludata/Helpers/SoapClient.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,7 @@
 block discarded – undo
5 5
 use InvalidArgumentException;
6 6
 use SoapClient as NativeSoapClient;
7 7
 
8
-class SoapClient
9
-{
8
+class SoapClient {
10 9
     /**
11 10
      * @var string
12 11
      */
Please login to merge, or discard this patch.
Bludata/Helpers/CurlHelper.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace Bludata\Helpers;
4 4
 
5
-class CurlHelper
6
-{
5
+class CurlHelper {
7 6
     protected $init;
8 7
     protected $headers = [];
9 8
     protected $response;
Please login to merge, or discard this patch.