forked from leftypol/leftypol
ImageMetadataResult.php: fix syntax
This commit is contained in:
parent
03b55f9335
commit
0122551b46
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ class ImageMetadataResult {
|
||||||
public function __construct(int $width, int $height, string $mime) {
|
public function __construct(int $width, int $height, string $mime) {
|
||||||
$this->width = $$width;
|
$this->width = $$width;
|
||||||
$this->height = $$height;
|
$this->height = $$height;
|
||||||
$this->mime = $$mime;
|
$this->mime = $mime;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue