Skip to content

Commit

Permalink
release files
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianocouto committed Apr 11, 2018
1 parent 9709101 commit b7d7b65
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/composer.lock
/vendor
/vendor/*
!/vendor/.gitkeep
2 changes: 1 addition & 1 deletion AutoLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ public static function loadClass($className) {
}

// Register our AutoLoad class as the system auto loader.
spl_autoload_register(array('infoglobo\AutoLoader', 'loadClass'));
spl_autoload_register(array('infoglobo\AutoLoader', 'loadClass'));
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "inicial/infoglobo-php",
"description": "Info Globo Integration (PHP)",
"keywords": ["info", "globo", "editora", "integration", "php", "composer"],
"keywords": ["info", "globo", "o globo", "editora", "integration", "php", "composer"],
"homepage": "https://github.com/inicialcombr/infoglobo-php",
"license": "MIT",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion example/example.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
} catch (Exception $e) {

var_dump($e);
}
}
2 changes: 1 addition & 1 deletion init.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

require_once(dirname(__FILE__) . '/AutoLoader.php');

\infoglobo\AutoLoader::registerDirectory(dirname(__FILE__) . DIRECTORY_SEPARATOR . "src");
\infoglobo\AutoLoader::registerDirectory(dirname(__FILE__) . DIRECTORY_SEPARATOR . "src");
2 changes: 1 addition & 1 deletion src/InfoGlobo.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,4 @@ public function getCustomerByCpf($cpf)

return $customer;
}
}
}
2 changes: 1 addition & 1 deletion src/model/Customer.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ private function __parseIsSubscriber($value)
{
return $value == 'true' ? true : false;
}
}
}
Empty file added vendor/.gitkeep
Empty file.

0 comments on commit b7d7b65

Please sign in to comment.