diff --git a/src/EncodedImage.php b/src/EncodedImage.php index 4ae472c7..3ee15b59 100644 --- a/src/EncodedImage.php +++ b/src/EncodedImage.php @@ -31,7 +31,7 @@ public function mediaType(): string } /** - * Alias of self::mediaType( + * Alias of self::mediaType() * * @return string */ diff --git a/src/Image.php b/src/Image.php index 995babd6..a14ff9f7 100644 --- a/src/Image.php +++ b/src/Image.php @@ -831,6 +831,11 @@ public function drawCircle(int $x, int $y, callable $init): ImageInterface ); } + /** + * {@inheritdoc} + * + * @see ImageInterface::drawPolygon() + */ public function drawPolygon(callable $init): ImageInterface { return $this->modify( @@ -840,6 +845,11 @@ public function drawPolygon(callable $init): ImageInterface ); } + /** + * {@inheritdoc} + * + * @see ImageInterface::drawLine() + */ public function drawLine(callable $init): ImageInterface { return $this->modify(