mirror of
https://github.com/Intervention/image.git
synced 2025-08-24 14:32:52 +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
|
* 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
|
||||||
|
Reference in New Issue
Block a user