Completed
Pull Request — develop (#1810)
by Zack
20:16
created
vendor/illuminate/support/Facades/File.php 2 patches
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -50,13 +50,13 @@
 block discarded – undo
50 50
  */
51 51
 class File extends Facade
52 52
 {
53
-    /**
54
-     * Get the registered name of the component.
55
-     *
56
-     * @return string
57
-     */
58
-    protected static function getFacadeAccessor()
59
-    {
60
-        return 'files';
61
-    }
53
+	/**
54
+	 * Get the registered name of the component.
55
+	 *
56
+	 * @return string
57
+	 */
58
+	protected static function getFacadeAccessor()
59
+	{
60
+		return 'files';
61
+	}
62 62
 }
Please login to merge, or discard this patch.
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -5,15 +5,13 @@
 block discarded – undo
5 5
 /**
6 6
  * @see \Illuminate\Filesystem\Filesystem
7 7
  */
8
-class File extends Facade
9
-{
8
+class File extends Facade {
10 9
     /**
11 10
      * Get the registered name of the component.
12 11
      *
13 12
      * @return string
14 13
      */
15
-    protected static function getFacadeAccessor()
16
-    {
14
+    protected static function getFacadeAccessor() {
17 15
         return 'files';
18 16
     }
19 17
 }
Please login to merge, or discard this patch.
vendor/illuminate/support/Facades/Session.php 2 patches
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -33,13 +33,13 @@
 block discarded – undo
33 33
  */
34 34
 class Session extends Facade
35 35
 {
36
-    /**
37
-     * Get the registered name of the component.
38
-     *
39
-     * @return string
40
-     */
41
-    protected static function getFacadeAccessor()
42
-    {
43
-        return 'session';
44
-    }
36
+	/**
37
+	 * Get the registered name of the component.
38
+	 *
39
+	 * @return string
40
+	 */
41
+	protected static function getFacadeAccessor()
42
+	{
43
+		return 'session';
44
+	}
45 45
 }
Please login to merge, or discard this patch.
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -31,15 +31,13 @@
 block discarded – undo
31 31
  * @see \Illuminate\Session\SessionManager
32 32
  * @see \Illuminate\Session\Store
33 33
  */
34
-class Session extends Facade
35
-{
34
+class Session extends Facade {
36 35
     /**
37 36
      * Get the registered name of the component.
38 37
      *
39 38
      * @return string
40 39
      */
41
-    protected static function getFacadeAccessor()
42
-    {
40
+    protected static function getFacadeAccessor() {
43 41
         return 'session';
44 42
     }
45 43
 }
Please login to merge, or discard this patch.
vendor/illuminate/support/Facades/Route.php 2 patches
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -47,13 +47,13 @@
 block discarded – undo
47 47
  */
48 48
 class Route extends Facade
49 49
 {
50
-    /**
51
-     * Get the registered name of the component.
52
-     *
53
-     * @return string
54
-     */
55
-    protected static function getFacadeAccessor()
56
-    {
57
-        return 'router';
58
-    }
50
+	/**
51
+	 * Get the registered name of the component.
52
+	 *
53
+	 * @return string
54
+	 */
55
+	protected static function getFacadeAccessor()
56
+	{
57
+		return 'router';
58
+	}
59 59
 }
Please login to merge, or discard this patch.
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -45,15 +45,13 @@
 block discarded – undo
45 45
  *
46 46
  * @see \Illuminate\Routing\Router
47 47
  */
48
-class Route extends Facade
49
-{
48
+class Route extends Facade {
50 49
     /**
51 50
      * Get the registered name of the component.
52 51
      *
53 52
      * @return string
54 53
      */
55
-    protected static function getFacadeAccessor()
56
-    {
54
+    protected static function getFacadeAccessor() {
57 55
         return 'router';
58 56
     }
59 57
 }
Please login to merge, or discard this patch.
vendor/illuminate/support/Facades/Redis.php 2 patches
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -12,13 +12,13 @@
 block discarded – undo
12 12
  */
13 13
 class Redis extends Facade
14 14
 {
15
-    /**
16
-     * Get the registered name of the component.
17
-     *
18
-     * @return string
19
-     */
20
-    protected static function getFacadeAccessor()
21
-    {
22
-        return 'redis';
23
-    }
15
+	/**
16
+	 * Get the registered name of the component.
17
+	 *
18
+	 * @return string
19
+	 */
20
+	protected static function getFacadeAccessor()
21
+	{
22
+		return 'redis';
23
+	}
24 24
 }
Please login to merge, or discard this patch.
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -10,15 +10,13 @@
 block discarded – undo
10 10
  * @see \Illuminate\Redis\RedisManager
11 11
  * @see \Illuminate\Contracts\Redis\Factory
12 12
  */
13
-class Redis extends Facade
14
-{
13
+class Redis extends Facade {
15 14
     /**
16 15
      * Get the registered name of the component.
17 16
      *
18 17
      * @return string
19 18
      */
20
-    protected static function getFacadeAccessor()
21
-    {
19
+    protected static function getFacadeAccessor() {
22 20
         return 'redis';
23 21
     }
24 22
 }
Please login to merge, or discard this patch.
vendor/illuminate/support/Facades/Cache.php 2 patches
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -28,13 +28,13 @@
 block discarded – undo
28 28
  */
29 29
 class Cache extends Facade
30 30
 {
31
-    /**
32
-     * Get the registered name of the component.
33
-     *
34
-     * @return string
35
-     */
36
-    protected static function getFacadeAccessor()
37
-    {
38
-        return 'cache';
39
-    }
31
+	/**
32
+	 * Get the registered name of the component.
33
+	 *
34
+	 * @return string
35
+	 */
36
+	protected static function getFacadeAccessor()
37
+	{
38
+		return 'cache';
39
+	}
40 40
 }
Please login to merge, or discard this patch.
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -26,15 +26,13 @@
 block discarded – undo
26 26
  * @see \Illuminate\Cache\CacheManager
27 27
  * @see \Illuminate\Cache\Repository
28 28
  */
29
-class Cache extends Facade
30
-{
29
+class Cache extends Facade {
31 30
     /**
32 31
      * Get the registered name of the component.
33 32
      *
34 33
      * @return string
35 34
      */
36
-    protected static function getFacadeAccessor()
37
-    {
35
+    protected static function getFacadeAccessor() {
38 36
         return 'cache';
39 37
     }
40 38
 }
Please login to merge, or discard this patch.
vendor/illuminate/support/Facades/Artisan.php 2 patches
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -17,13 +17,13 @@
 block discarded – undo
17 17
  */
18 18
 class Artisan extends Facade
19 19
 {
20
-    /**
21
-     * Get the registered name of the component.
22
-     *
23
-     * @return string
24
-     */
25
-    protected static function getFacadeAccessor()
26
-    {
27
-        return ConsoleKernelContract::class;
28
-    }
20
+	/**
21
+	 * Get the registered name of the component.
22
+	 *
23
+	 * @return string
24
+	 */
25
+	protected static function getFacadeAccessor()
26
+	{
27
+		return ConsoleKernelContract::class;
28
+	}
29 29
 }
Please login to merge, or discard this patch.
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -15,15 +15,13 @@
 block discarded – undo
15 15
  *
16 16
  * @see \Illuminate\Contracts\Console\Kernel
17 17
  */
18
-class Artisan extends Facade
19
-{
18
+class Artisan extends Facade {
20 19
     /**
21 20
      * Get the registered name of the component.
22 21
      *
23 22
      * @return string
24 23
      */
25
-    protected static function getFacadeAccessor()
26
-    {
24
+    protected static function getFacadeAccessor() {
27 25
         return ConsoleKernelContract::class;
28 26
     }
29 27
 }
Please login to merge, or discard this patch.
vendor/illuminate/support/Facades/Validator.php 2 patches
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -13,13 +13,13 @@
 block discarded – undo
13 13
  */
14 14
 class Validator extends Facade
15 15
 {
16
-    /**
17
-     * Get the registered name of the component.
18
-     *
19
-     * @return string
20
-     */
21
-    protected static function getFacadeAccessor()
22
-    {
23
-        return 'validator';
24
-    }
16
+	/**
17
+	 * Get the registered name of the component.
18
+	 *
19
+	 * @return string
20
+	 */
21
+	protected static function getFacadeAccessor()
22
+	{
23
+		return 'validator';
24
+	}
25 25
 }
Please login to merge, or discard this patch.
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -5,15 +5,13 @@
 block discarded – undo
5 5
 /**
6 6
  * @see \Illuminate\Validation\Factory
7 7
  */
8
-class Validator extends Facade
9
-{
8
+class Validator extends Facade {
10 9
     /**
11 10
      * Get the registered name of the component.
12 11
      *
13 12
      * @return string
14 13
      */
15
-    protected static function getFacadeAccessor()
16
-    {
14
+    protected static function getFacadeAccessor() {
17 15
         return 'validator';
18 16
     }
19 17
 }
Please login to merge, or discard this patch.
vendor/illuminate/support/Facades/App.php 2 patches
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -51,13 +51,13 @@
 block discarded – undo
51 51
  */
52 52
 class App extends Facade
53 53
 {
54
-    /**
55
-     * Get the registered name of the component.
56
-     *
57
-     * @return string
58
-     */
59
-    protected static function getFacadeAccessor()
60
-    {
61
-        return 'app';
62
-    }
54
+	/**
55
+	 * Get the registered name of the component.
56
+	 *
57
+	 * @return string
58
+	 */
59
+	protected static function getFacadeAccessor()
60
+	{
61
+		return 'app';
62
+	}
63 63
 }
Please login to merge, or discard this patch.
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -23,15 +23,13 @@
 block discarded – undo
23 23
  *
24 24
  * @see \Illuminate\Foundation\Application
25 25
  */
26
-class App extends Facade
27
-{
26
+class App extends Facade {
28 27
     /**
29 28
      * Get the registered name of the component.
30 29
      *
31 30
      * @return string
32 31
      */
33
-    protected static function getFacadeAccessor()
34
-    {
32
+    protected static function getFacadeAccessor() {
35 33
         return 'app';
36 34
     }
37 35
 }
Please login to merge, or discard this patch.
vendor/illuminate/support/Facades/Broadcast.php 2 patches
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -15,13 +15,13 @@
 block discarded – undo
15 15
  */
16 16
 class Broadcast extends Facade
17 17
 {
18
-    /**
19
-     * Get the registered name of the component.
20
-     *
21
-     * @return string
22
-     */
23
-    protected static function getFacadeAccessor()
24
-    {
25
-        return BroadcastingFactoryContract::class;
26
-    }
18
+	/**
19
+	 * Get the registered name of the component.
20
+	 *
21
+	 * @return string
22
+	 */
23
+	protected static function getFacadeAccessor()
24
+	{
25
+		return BroadcastingFactoryContract::class;
26
+	}
27 27
 }
Please login to merge, or discard this patch.
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -7,15 +7,13 @@
 block discarded – undo
7 7
 /**
8 8
  * @see \Illuminate\Contracts\Broadcasting\Factory
9 9
  */
10
-class Broadcast extends Facade
11
-{
10
+class Broadcast extends Facade {
12 11
     /**
13 12
      * Get the registered name of the component.
14 13
      *
15 14
      * @return string
16 15
      */
17
-    protected static function getFacadeAccessor()
18
-    {
16
+    protected static function getFacadeAccessor() {
19 17
         return BroadcastingFactoryContract::class;
20 18
     }
21 19
 }
Please login to merge, or discard this patch.