Skip to content

Commit

Permalink
Fix: Declare strict types
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jan 30, 2022
1 parent 819247d commit 8b4f88e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -35,6 +35,8 @@ This package delegates the validation to `justinrainbow/json-schema` and provide
```php
<?php

declare(strict_types=1);

use Ergebnis\Json\SchemaValidator;

$json = SchemaValidator\Json::fromFile('composer.json');
Expand Down

0 comments on commit 8b4f88e

Please sign in to comment.