Completed
Push — develop ( a51f26...2ecf95 )
by Zack
15:32
created
vendor/illuminate/support/Facades/Broadcast.php 1 patch
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.
vendor/illuminate/support/Facades/DB.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -38,13 +38,13 @@
 block discarded – undo
38 38
  */
39 39
 class DB extends Facade
40 40
 {
41
-    /**
42
-     * Get the registered name of the component.
43
-     *
44
-     * @return string
45
-     */
46
-    protected static function getFacadeAccessor()
47
-    {
48
-        return 'db';
49
-    }
41
+	/**
42
+	 * Get the registered name of the component.
43
+	 *
44
+	 * @return string
45
+	 */
46
+	protected static function getFacadeAccessor()
47
+	{
48
+		return 'db';
49
+	}
50 50
 }
Please login to merge, or discard this patch.
vendor/illuminate/support/Facades/View.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -18,13 +18,13 @@
 block discarded – undo
18 18
  */
19 19
 class View extends Facade
20 20
 {
21
-    /**
22
-     * Get the registered name of the component.
23
-     *
24
-     * @return string
25
-     */
26
-    protected static function getFacadeAccessor()
27
-    {
28
-        return 'view';
29
-    }
21
+	/**
22
+	 * Get the registered name of the component.
23
+	 *
24
+	 * @return string
25
+	 */
26
+	protected static function getFacadeAccessor()
27
+	{
28
+		return 'view';
29
+	}
30 30
 }
Please login to merge, or discard this patch.
vendor/illuminate/support/Facades/Response.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -24,13 +24,13 @@
 block discarded – undo
24 24
  */
25 25
 class Response extends Facade
26 26
 {
27
-    /**
28
-     * Get the registered name of the component.
29
-     *
30
-     * @return string
31
-     */
32
-    protected static function getFacadeAccessor()
33
-    {
34
-        return ResponseFactoryContract::class;
35
-    }
27
+	/**
28
+	 * Get the registered name of the component.
29
+	 *
30
+	 * @return string
31
+	 */
32
+	protected static function getFacadeAccessor()
33
+	{
34
+		return ResponseFactoryContract::class;
35
+	}
36 36
 }
Please login to merge, or discard this patch.
vendor/illuminate/support/Facades/Crypt.php 1 patch
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 Crypt 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 'encrypter';
26
-    }
18
+	/**
19
+	 * Get the registered name of the component.
20
+	 *
21
+	 * @return string
22
+	 */
23
+	protected static function getFacadeAccessor()
24
+	{
25
+		return 'encrypter';
26
+	}
27 27
 }
Please login to merge, or discard this patch.
vendor/illuminate/support/Facades/Request.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -91,13 +91,13 @@
 block discarded – undo
91 91
  */
92 92
 class Request extends Facade
93 93
 {
94
-    /**
95
-     * Get the registered name of the component.
96
-     *
97
-     * @return string
98
-     */
99
-    protected static function getFacadeAccessor()
100
-    {
101
-        return 'request';
102
-    }
94
+	/**
95
+	 * Get the registered name of the component.
96
+	 *
97
+	 * @return string
98
+	 */
99
+	protected static function getFacadeAccessor()
100
+	{
101
+		return 'request';
102
+	}
103 103
 }
Please login to merge, or discard this patch.
vendor/illuminate/support/Facades/Redirect.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -23,13 +23,13 @@
 block discarded – undo
23 23
  */
24 24
 class Redirect extends Facade
25 25
 {
26
-    /**
27
-     * Get the registered name of the component.
28
-     *
29
-     * @return string
30
-     */
31
-    protected static function getFacadeAccessor()
32
-    {
33
-        return 'redirect';
34
-    }
26
+	/**
27
+	 * Get the registered name of the component.
28
+	 *
29
+	 * @return string
30
+	 */
31
+	protected static function getFacadeAccessor()
32
+	{
33
+		return 'redirect';
34
+	}
35 35
 }
Please login to merge, or discard this patch.
vendor/illuminate/support/Facades/Lang.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -14,13 +14,13 @@
 block discarded – undo
14 14
  */
15 15
 class Lang extends Facade
16 16
 {
17
-    /**
18
-     * Get the registered name of the component.
19
-     *
20
-     * @return string
21
-     */
22
-    protected static function getFacadeAccessor()
23
-    {
24
-        return 'translator';
25
-    }
17
+	/**
18
+	 * Get the registered name of the component.
19
+	 *
20
+	 * @return string
21
+	 */
22
+	protected static function getFacadeAccessor()
23
+	{
24
+		return 'translator';
25
+	}
26 26
 }
Please login to merge, or discard this patch.
vendor/illuminate/support/Facades/Hash.php 1 patch
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 Hash 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 'hash';
24
-    }
16
+	/**
17
+	 * Get the registered name of the component.
18
+	 *
19
+	 * @return string
20
+	 */
21
+	protected static function getFacadeAccessor()
22
+	{
23
+		return 'hash';
24
+	}
25 25
 }
Please login to merge, or discard this patch.