Completed
Push — master ( 3fee31...0e6671 )
by Vitaliy
31s queued 11s
created
src/Components/PhpSpreadsheetExport.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -68,20 +68,20 @@  discard block
 block discarded – undo
68 68
         }
69 69
     }
70 70
 
71
-	/**
72
-	 *
73
-	 * @return array
74
-	 */
75
-	function headings(): array
71
+    /**
72
+     *
73
+     * @return array
74
+     */
75
+    function headings(): array
76 76
     {
77 77
         return $this->getHeaderRow();
78
-	}
78
+    }
79 79
 
80
-	/**
81
-	 *
82
-	 * @return array
83
-	 */
84
-	function registerEvents(): array
80
+    /**
81
+     *
82
+     * @return array
83
+     */
84
+    function registerEvents(): array
85 85
     {
86 86
         return [
87 87
             BeforeSheet::class => function(BeforeSheet $event) {
@@ -91,6 +91,6 @@  discard block
 block discarded – undo
91 91
                 }
92 92
             }
93 93
         ];
94
-	}
94
+    }
95 95
 
96 96
 }
Please login to merge, or discard this patch.