Skip to content

Commit

Permalink
Add missing strict types
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfejfar committed Jan 30, 2018
1 parent 27f6929 commit 63e7161
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/run.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

use Keboola\HttpExtractor\Exception\UserException;

require __DIR__ . '/../vendor/autoload.php';
Expand Down
2 changes: 2 additions & 0 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<?php

declare(strict_types=1);

require __DIR__ . '/../vendor/autoload.php';

0 comments on commit 63e7161

Please sign in to comment.