We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cbb223 commit 1b586baCopy full SHA for 1b586ba
lib/PHPExif/Mapper/Exiftool.php
@@ -289,7 +289,7 @@ public function mapRawData(array $data)
289
*/
290
protected function extractGPSCoordinates($coordinates)
291
{
292
- if (is_numeric($coordinates) === true or $this->numeric === true) {) {
+ if (is_numeric($coordinates) === true || $this->numeric === true) {
293
return ((float) $coordinates);
294
} else {
295
if (!preg_match('!^([0-9.]+) deg ([0-9.]+)\' ([0-9.]+)"!', $coordinates, $matches)) {
0 commit comments