Skip to content

Commit

Permalink
Merge pull request #28 from OskarStark/patch-2
Browse files Browse the repository at this point in the history
Add syntax highlighting
  • Loading branch information
eightyknots authored Dec 4, 2023
2 parents 5baa788 + 834e93c commit 8e655b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Remaining todos include:

If you are migrating from Symfony Serializer component + CSV encoder - you can use code like

```
```php
$spreadsheet = $this->get('phpoffice.spreadsheet')->createSpreadsheet();
$sheet = $spreadsheet->getActiveSheet();
$sheet->setTitle($this->filterVars['wareCategory']->getTitle());
Expand Down

0 comments on commit 8e655b3

Please sign in to comment.