Skip to content

Commit

Permalink
Apply fixes from StyleCI (#320)
Browse files Browse the repository at this point in the history
Co-authored-by: StyleCI Bot <[email protected]>
  • Loading branch information
rap2hpoutre and StyleCIBot authored Mar 13, 2023
1 parent 813c0f1 commit c6d2b8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Facades/FastExcel.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
* Class FastExcel.
*
* @method static \Rap2hpoutre\FastExcel\FastExcel data($data)
* @method static \Illuminate\Support\Collection import($path, callable $callback = null)
* @method static string export($path, callable $callback = null)
* @method static \Illuminate\Support\Collection importSheets($path, callable $callback = null)
* @method static \Illuminate\Support\Collection import($path, callable $callback = null)
* @method static string export($path, callable $callback = null)
* @method static \Illuminate\Support\Collection importSheets($path, callable $callback = null)
* @method static \Rap2hpoutre\FastExcel\FastExcel configureCsv($delimiter = ',', $enclosure = '"', $encoding = 'UTF-8', $bom = false)
* @method static \Rap2hpoutre\FastExcel\FastExcel configureReaderUsing(?callable $callback = null)
* @method static \Rap2hpoutre\FastExcel\FastExcel configureWriterUsing(?callable $callback = null)
Expand Down

0 comments on commit c6d2b8b

Please sign in to comment.