Skip to content

Commit

Permalink
Add missing strict_types declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
TRowbotham committed Feb 10, 2020
1 parent 921567c commit 1473c27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ParserConfig.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Rowbot\URL;

use Rowbot\URL\State\HostnameState;
Expand Down

0 comments on commit 1473c27

Please sign in to comment.