Skip to content

Commit

Permalink
Fix: Declare strict types in example
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Oct 1, 2022
1 parent c91249a commit be4103e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Here's an example of a `.php-cs-fixer.php` file:
```php
<?php

declare(strict_types=1);

use Ergebnis\License;
use PhpCsFixer\Config;
use PhpCsFixer\Finder;
Expand Down

0 comments on commit be4103e

Please sign in to comment.