1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-24 06:22:57 +02:00

Fix documentation links

This commit is contained in:
Oliver Vogel
2024-04-01 09:27:47 +02:00
parent d982359ab8
commit 2439fd80cb

View File

@@ -328,6 +328,7 @@ interface ImageInterface extends IteratorAggregate, Countable
/** /**
* Adjust brightness of the current image * Adjust brightness of the current image
* *
* @link https://image.intervention.io/v3/modifying/effects#changing-the-brightness
* @param int $level * @param int $level
* @throws RuntimeException * @throws RuntimeException
* @return ImageInterface * @return ImageInterface
@@ -337,7 +338,7 @@ interface ImageInterface extends IteratorAggregate, Countable
/** /**
* Adjust color contrast of the current image * Adjust color contrast of the current image
* *
* @link https://image.intervention.io/v3/modifying/effects#changing-the-brightness * @link https://image.intervention.io/v3/modifying/effects#changing-the-contrast
* @param int $level * @param int $level
* @throws RuntimeException * @throws RuntimeException
* @return ImageInterface * @return ImageInterface