Passed
Pull Request — master (#610)
by John
05:33
created
app/Exports/GroupAnalysisExport.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -29,8 +29,8 @@  discard block
 block discarded – undo
29 29
     }
30 30
 
31 31
     /**
32
-    * @return array
33
-    */
32
+     * @return array
33
+     */
34 34
     public function registerEvents(): array
35 35
     {
36 36
         return [
@@ -47,8 +47,8 @@  discard block
 block discarded – undo
47 47
     }
48 48
 
49 49
     /**
50
-    * @return \Illuminate\Support\Collection
51
-    */
50
+     * @return \Illuminate\Support\Collection
51
+     */
52 52
     public function collection()
53 53
     {
54 54
         $maxium=$this->config['maxium'] ?? false;
Please login to merge, or discard this patch.