Skip to content

Commit 3773e67

Browse files
authored
Added declare(strict_types=1); on all files (#640)
* Added declare(strict_types=1); on all files * minor
1 parent 1e9662b commit 3773e67

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+108
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ sudo: false
33

44
php: 7.0
55

6-
76
install:
87
- composer update --prefer-stable --prefer-dist
98

Assert.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

Collection.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

Dumper/Dumper.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

Dumper/GeoArray.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

Dumper/GeoJson.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

Dumper/Gpx.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

Dumper/Kml.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

Dumper/Wkb.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

Dumper/Wkt.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)