Skip to content

Commit

Permalink
Merge pull request #10 from gocanto/dev
Browse files Browse the repository at this point in the history
cleaning + LICENSE
  • Loading branch information
gocanto authored Jul 9, 2016
2 parents e56dabf + 877737e commit 886e88d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/Lib/Checker.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?php
/*
* This file is part of the Address Validation package.
*
* (c) Gustavo Ocanto <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Gocanto\AddressValidation\Lib;

Expand Down Expand Up @@ -99,7 +107,6 @@ private function isDrivable()
*/
private function createInstanceFor(string $driver)
{
echo $driver;
return new $this->drivers[$driver]($this->config);
}

Expand Down
8 changes: 8 additions & 0 deletions src/Lib/Contract.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?php
/*
* This file is part of the Address Validation package.
*
* (c) Gustavo Ocanto <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Gocanto\AddressValidation\Lib;

Expand Down
8 changes: 8 additions & 0 deletions src/Lib/drivers/GeoogleGeocode.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?php
/*
* This file is part of the Address Validation package.
*
* (c) Gustavo Ocanto <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Gocanto\AddressValidation\Lib\drivers;

Expand Down

0 comments on commit 886e88d

Please sign in to comment.