Code cleanup, moved from tabs to spaces

Did a small bit of cleanup and retabbed the file.
This commit is contained in:
Josh Sherman 2014-09-13 07:55:04 -04:00
parent 61cdedb086
commit 4d67210533

View file

@ -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().');
}