Dropped closing ?> and switched from tabs to spaces.

This commit is contained in:
Josh Sherman 2014-09-13 08:11:23 -04:00
parent 6571c025f3
commit d75bd71593
2 changed files with 14 additions and 15 deletions

View file

@ -1,16 +1,16 @@
{ {
"name": "joshtronic/php-loremipsum", "name": "joshtronic/php-loremipsum",
"description": "PHP Wrapper for the Google Places API", "description": "PHP Wrapper for the Google Places API",
"license": "MIT", "license": "MIT",
"authors": [{ "authors": [{
"name": "Josh Sherman", "name": "Josh Sherman",
"email": "josh@gravityblvd.com", "email": "josh@gravityblvd.com",
"homepage": "https://github.com/joshtronic/php-googleplaces" "homepage": "https://github.com/joshtronic/php-googleplaces"
}], }],
"autoload": { "autoload": {
"classmap": ["src/"] "classmap": ["src/"]
}, },
"require-dev": { "require-dev": {
"satooshi/php-coveralls": "dev-master" "satooshi/php-coveralls": "dev-master"
} }
} }

View file

@ -333,4 +333,3 @@ class GooglePlaces
} }
} }
?>