We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dcab18 commit de7a955Copy full SHA for de7a955
src/Image.php
@@ -642,7 +642,7 @@ private function colorAllocate(string $color): int
642
* @param int|string $posY Top position in pixel. You can use `Image::ALIGN_TOP`, `Image::ALIGN_MIDDLE`, `Image::ALIGN_BOTTOM`
643
* @return $this Fluent interface
644
*/
645
- public function pasteOn(Image $image, $posX = Image::ALIGN_CENTER, $posY = Image::ALIGN_CENTER): Image
+ public function pasteOn(Image $image, $posX = Image::ALIGN_CENTER, $posY = Image::ALIGN_MIDDLE): Image
646
{
647
if (!$this->isImageDefined() || !$image->isImageDefined()) {
648
return $this;
0 commit comments