Skip to content

Commit

Permalink
Merge pull request #201 from ergebnis/fix/strict
Browse files Browse the repository at this point in the history
Fix: Declare strict types
  • Loading branch information
localheinz committed Jan 30, 2022
2 parents 819247d + 8b4f88e commit 51bcbeb
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 51bcbeb

Please sign in to comment.