@@ -2,8 +2,7 @@ |
||
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 | * |
@@ -2,8 +2,7 @@ |
||
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 | * |
@@ -2,8 +2,7 @@ |
||
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 | * |
@@ -2,8 +2,7 @@ |
||
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 | * |
@@ -2,8 +2,7 @@ |
||
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 | * |
@@ -2,8 +2,7 @@ |
||
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 | * |
@@ -2,8 +2,7 @@ |
||
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 | * |
@@ -2,8 +2,7 @@ |
||
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 | * |
@@ -4,8 +4,7 @@ |
||
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 | * |