Skip to content

Commit b180244

Browse files
authored
Added declare(strict_types=1); (#691)
* Added declare(strict_types=1); * cs
1 parent 03710c8 commit b180244

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/Provider/AbstractHttpProviderTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
/*
46
* This file is part of the Geocoder package.
57
* For the full copyright and license information, please view the LICENSE

0 commit comments

Comments
 (0)