mirror of
https://github.com/Intervention/image.git
synced 2025-08-23 22:12:51 +02:00
Fix documentation links
This commit is contained in:
@@ -328,6 +328,7 @@ interface ImageInterface extends IteratorAggregate, Countable
|
||||
/**
|
||||
* Adjust brightness of the current image
|
||||
*
|
||||
* @link https://image.intervention.io/v3/modifying/effects#changing-the-brightness
|
||||
* @param int $level
|
||||
* @throws RuntimeException
|
||||
* @return ImageInterface
|
||||
@@ -337,7 +338,7 @@ interface ImageInterface extends IteratorAggregate, Countable
|
||||
/**
|
||||
* 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
|
||||
* @throws RuntimeException
|
||||
* @return ImageInterface
|
||||
|
Reference in New Issue
Block a user