Skip to content

Commit

Permalink
Add missing strict types decaration
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Nov 10, 2017
1 parent 31c48d5 commit 28a57cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php_cs.dist
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

$finder = PhpCsFixer\Finder::create()
->in([__DIR__ . '/src', __DIR__ . '/tests']);
Expand Down

0 comments on commit 28a57cb

Please sign in to comment.