Code cleanup, moved from tabs to spaces
Did a small bit of cleanup and retabbed the file.
This commit is contained in:
parent
61cdedb086
commit
4d67210533
1 changed files with 274 additions and 274 deletions
|
@ -185,7 +185,7 @@ class GooglePlaces
|
|||
break;
|
||||
|
||||
case 'details':
|
||||
if(!(isset($parameters['reference']) ^ isset($parameters['placeid'])))
|
||||
if (!(isset($parameters['reference']) ^ isset($parameters['placeid'])))
|
||||
{
|
||||
throw new \Exception('You must specify either a placeid or a reference (but not both) before calling details().');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue