Skip to content

Fixed PHPDoc return type hint for \PHPExif\Exif::getGPS()#90

Closed
jdevinemt wants to merge 1 commit intoPHPExif:masterfrom
jdevinemt:patch-1
Closed

Fixed PHPDoc return type hint for \PHPExif\Exif::getGPS()#90
jdevinemt wants to merge 1 commit intoPHPExif:masterfrom
jdevinemt:patch-1

Conversation

@jdevinemt
Copy link

The getGPS() method in lib/PHPExif had a return value of array|boolean in the PHPDoc block. The return value should always be a string. setGPS() accepts a string, and when the GPS data value is written directly elsewhere in this library, it is also set to a string.

This was causing issues during static analysis.

I changed the return type in the PHPDoc block to string|boolean.

The `getGPS()` method in `lib/PHPExif` had a return value of `array|boolean` in the PHPDoc block. The return value should always be a string. `setGPS()` accepts a string, and when the GPS data value is written directly elsewhere in this library, it is also set to a string.

This was causing issues during static analysis.

I changed the return type in the PHPDoc block to `string|boolean`.
@jdevinemt jdevinemt closed this by deleting the head repository Feb 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant