Passed
Push — main ( 3458d6...134a7c )
by Roman
03:40 queued 01:35
created
src/View/Components/Widgets/Component.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -4,10 +4,10 @@
 block discarded – undo
4 4
 
5 5
 abstract class Component extends \Illuminate\View\Component
6 6
 {
7
-    protected static ?string $name = null;
7
+	protected static ?string $name = null;
8 8
 
9
-    public static function getComponentName(): ?string
10
-    {
11
-        return self::$name;
12
-    }
9
+	public static function getComponentName(): ?string
10
+	{
11
+		return self::$name;
12
+	}
13 13
 }
14 14
\ No newline at end of file
Please login to merge, or discard this patch.