Skip to content

Commit

Permalink
Update @since tags
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
brandonkelly committed Jan 6, 2025
1 parent f72c989 commit c47aed7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/helpers/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
*/
class Image
{
/** @since 4.14.0 */
/** @since 5.6.0 */
public const EXIF_IFD0_ROTATE_0 = 1;
/** @since 4.14.0 */
/** @since 5.6.0 */
public const EXIF_IFD0_ROTATE_0_MIRRORED = 2;
public const EXIF_IFD0_ROTATE_180 = 3;
/** @since 4.14.0 */
/** @since 5.6.0 */
public const EXIF_IFD0_ROTATE_180_MIRRORED = 4;
/** @since 4.14.0 */
/** @since 5.6.0 */
public const EXIF_IFD0_ROTATE_90_MIRRORED = 5;
public const EXIF_IFD0_ROTATE_90 = 6;
/** @since 4.14.0 */
/** @since 5.6.0 */
public const EXIF_IFD0_ROTATE_270_MIRRORED = 7;
public const EXIF_IFD0_ROTATE_270 = 8;

Expand Down

0 comments on commit c47aed7

Please sign in to comment.