Completed
Pull Request — develop (#1823)
by
unknown
20:08
created
vendor/illuminate/contracts/Queue/Factory.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 Illuminate\Contracts\Queue;
4 4
 
5
-interface Factory
6
-{
5
+interface Factory {
7 6
     /**
8 7
      * Resolve a queue connection instance.
9 8
      *
Please login to merge, or discard this patch.
vendor/illuminate/contracts/Routing/UrlRoutable.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 Illuminate\Contracts\Routing;
4 4
 
5
-interface UrlRoutable
6
-{
5
+interface UrlRoutable {
7 6
     /**
8 7
      * Get the value of the model's route key.
9 8
      *
Please login to merge, or discard this patch.
vendor/illuminate/contracts/Routing/UrlGenerator.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 Illuminate\Contracts\Routing;
4 4
 
5
-interface UrlGenerator
6
-{
5
+interface UrlGenerator {
7 6
     /**
8 7
      * Get the current URL for the request.
9 8
      *
Please login to merge, or discard this patch.
vendor/illuminate/contracts/Routing/BindingRegistrar.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 Illuminate\Contracts\Routing;
4 4
 
5
-interface BindingRegistrar
6
-{
5
+interface BindingRegistrar {
7 6
     /**
8 7
      * Add a new route parameter binder.
9 8
      *
Please login to merge, or discard this patch.
vendor/illuminate/contracts/Routing/Registrar.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 Illuminate\Contracts\Routing;
4 4
 
5
-interface Registrar
6
-{
5
+interface Registrar {
7 6
     /**
8 7
      * Register a new GET route with the router.
9 8
      *
Please login to merge, or discard this patch.
vendor/illuminate/contracts/Session/Session.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 Illuminate\Contracts\Session;
4 4
 
5
-interface Session
6
-{
5
+interface Session {
7 6
     /**
8 7
      * Get the name of the session.
9 8
      *
Please login to merge, or discard this patch.
vendor/illuminate/contracts/Auth/Guard.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 Illuminate\Contracts\Auth;
4 4
 
5
-interface Guard
6
-{
5
+interface Guard {
7 6
     /**
8 7
      * Determine if the current user is authenticated.
9 8
      *
Please login to merge, or discard this patch.
vendor/illuminate/contracts/Auth/UserProvider.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 Illuminate\Contracts\Auth;
4 4
 
5
-interface UserProvider
6
-{
5
+interface UserProvider {
7 6
     /**
8 7
      * Retrieve a user by their unique identifier.
9 8
      *
Please login to merge, or discard this patch.
vendor/illuminate/contracts/Auth/PasswordBroker.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 Closure;
6 6
 
7
-interface PasswordBroker
8
-{
7
+interface PasswordBroker {
9 8
     /**
10 9
      * Constant representing a successfully sent reminder.
11 10
      *
Please login to merge, or discard this patch.