Completed
Pull Request — develop (#1823)
by
unknown
20:08
created
vendor/illuminate/contracts/Cookie/QueueingFactory.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\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
      *
Please login to merge, or discard this patch.
vendor/illuminate/contracts/Cookie/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\Cookie;
4 4
 
5
-interface Factory
6
-{
5
+interface Factory {
7 6
     /**
8 7
      * Create a new cookie instance.
9 8
      *
Please login to merge, or discard this patch.
vendor/illuminate/contracts/Redis/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\Redis;
4 4
 
5
-interface Factory
6
-{
5
+interface Factory {
7 6
     /**
8 7
      * Get a Redis connection by name.
9 8
      *
Please login to merge, or discard this patch.
vendor/illuminate/contracts/Container/ContextualBindingBuilder.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\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
      *
Please login to merge, or discard this patch.
vendor/illuminate/contracts/Foundation/Application.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\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
      *
Please login to merge, or discard this patch.
vendor/illuminate/contracts/Support/MessageProvider.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\Support;
4 4
 
5
-interface MessageProvider
6
-{
5
+interface MessageProvider {
7 6
     /**
8 7
      * Get the messages for the instance.
9 8
      *
Please login to merge, or discard this patch.
vendor/illuminate/contracts/Support/Arrayable.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\Support;
4 4
 
5
-interface Arrayable
6
-{
5
+interface Arrayable {
7 6
     /**
8 7
      * Get the instance as an array.
9 8
      *
Please login to merge, or discard this patch.
vendor/illuminate/contracts/Support/Htmlable.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\Support;
4 4
 
5
-interface Htmlable
6
-{
5
+interface Htmlable {
7 6
     /**
8 7
      * Get content as a string of HTML.
9 8
      *
Please login to merge, or discard this patch.
vendor/illuminate/contracts/Support/Renderable.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\Support;
4 4
 
5
-interface Renderable
6
-{
5
+interface Renderable {
7 6
     /**
8 7
      * Get the evaluated contents of the object.
9 8
      *
Please login to merge, or discard this patch.