@@ -2,8 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace Illuminate\Contracts\Cookie; |
4 | 4 | |
5 | -interface QueueingFactory extends Factory |
|
6 | -{ |
|
5 | +interface QueueingFactory extends Factory { |
|
7 | 6 | /** |
8 | 7 | * Queue a cookie to send with the next response. |
9 | 8 | * |
@@ -2,8 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace Illuminate\Contracts\Cookie; |
4 | 4 | |
5 | -interface Factory |
|
6 | -{ |
|
5 | +interface Factory { |
|
7 | 6 | /** |
8 | 7 | * Create a new cookie instance. |
9 | 8 | * |
@@ -2,8 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace Illuminate\Contracts\Redis; |
4 | 4 | |
5 | -interface Factory |
|
6 | -{ |
|
5 | +interface Factory { |
|
7 | 6 | /** |
8 | 7 | * Get a Redis connection by name. |
9 | 8 | * |
@@ -2,8 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace Illuminate\Contracts\Container; |
4 | 4 | |
5 | -interface ContextualBindingBuilder |
|
6 | -{ |
|
5 | +interface ContextualBindingBuilder { |
|
7 | 6 | /** |
8 | 7 | * Define the abstract target that depends on the context. |
9 | 8 | * |
@@ -4,8 +4,7 @@ |
||
4 | 4 | |
5 | 5 | use Illuminate\Contracts\Container\Container; |
6 | 6 | |
7 | -interface Application extends Container |
|
8 | -{ |
|
7 | +interface Application extends Container { |
|
9 | 8 | /** |
10 | 9 | * Get the version number of the application. |
11 | 10 | * |
@@ -2,8 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace Illuminate\Contracts\Support; |
4 | 4 | |
5 | -interface MessageProvider |
|
6 | -{ |
|
5 | +interface MessageProvider { |
|
7 | 6 | /** |
8 | 7 | * Get the messages for the instance. |
9 | 8 | * |
@@ -2,8 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace Illuminate\Contracts\Support; |
4 | 4 | |
5 | -interface Arrayable |
|
6 | -{ |
|
5 | +interface Arrayable { |
|
7 | 6 | /** |
8 | 7 | * Get the instance as an array. |
9 | 8 | * |
@@ -2,8 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace Illuminate\Contracts\Support; |
4 | 4 | |
5 | -interface Htmlable |
|
6 | -{ |
|
5 | +interface Htmlable { |
|
7 | 6 | /** |
8 | 7 | * Get content as a string of HTML. |
9 | 8 | * |
@@ -2,8 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace Illuminate\Contracts\Support; |
4 | 4 | |
5 | -interface Renderable |
|
6 | -{ |
|
5 | +interface Renderable { |
|
7 | 6 | /** |
8 | 7 | * Get the evaluated contents of the object. |
9 | 8 | * |