Skip to content

Commit 62f33e7

Browse files
committed
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 970117c commit 62f33e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Actions/ExportToExcel.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ class ExportToExcel extends Action implements FromQuery, WithCustomChunkSize, Wi
4343
WithWriterType;
4444

4545
/**
46-
* @var ExportActionRequest|ActionRequest
46+
* @var string
4747
*/
48-
protected $request;
48+
public $resource;
4949

5050
/**
51-
* @var string
51+
* @var ExportActionRequest|ActionRequest
5252
*/
53-
public $resource;
53+
protected $request;
5454

5555
/**
5656
* @var Builder

0 commit comments

Comments
 (0)