Commit 572a567e authored by Ben's avatar Ben
Browse files

Lint

parent 3a6eb800
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -347,7 +347,7 @@ class Image extends File
                'src' => \elgg_get_site_url() . 'fs/v1/thumbnail/' . $this->guid,
                'src' => \elgg_get_site_url() . 'fs/v1/thumbnail/' . $this->guid,
                'href' => \elgg_get_site_url() . 'media/' . ($this->container_guid ? $this->container_guid . '/' : '') . $this->guid,
                'href' => \elgg_get_site_url() . 'media/' . ($this->container_guid ? $this->container_guid . '/' : '') . $this->guid,
                'mature' => $this->getFlag('mature'),
                'mature' => $this->getFlag('mature'),
                'nsfw' => $this->getFlag('nsfw'),
                'nsfw' => $this->nsfw ?: [],
                'width' => $this->width ?? 0,
                'width' => $this->width ?? 0,
                'height' => $this->height ?? 0,
                'height' => $this->height ?? 0,
                'gif' => (bool) ($this->gif ?? false),
                'gif' => (bool) ($this->gif ?? false),
+3 −3

File changed.

Contains only whitespace changes.