Skip to content

Commit

Permalink
Merge abdb9a2 into 58c50ed
Browse files Browse the repository at this point in the history
  • Loading branch information
peter279k committed Apr 7, 2018
2 parents 58c50ed + abdb9a2 commit 899125a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"php": ">=7.0"
},
"autoload": {
"psr-0": {
"Location": "src/"
"psr-4": {
"Location\\": "src/Location"
}
},
"require-dev": {
Expand Down
5 changes: 5 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,9 @@
<directory>tests/Regression/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">src/Location</directory>
</whitelist>
</filter>
</phpunit>
2 changes: 1 addition & 1 deletion src/Location/Ellipsoid.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public static function createDefault($name = 'WGS-84'): Ellipsoid
}

/**
* @param $config
* @param array $config
*
* @return Ellipsoid
*/
Expand Down

0 comments on commit 899125a

Please sign in to comment.