This variable does exist, it is actually pulled from the database. Making it explicit for the linter.
This commit is contained in:
parent
e2f5c7a6ec
commit
ce524e8729
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class Image {
|
|||
public $height, $width;
|
||||
public $hash, $filesize;
|
||||
public $filename, $ext;
|
||||
public $owner_ip;
|
||||
public $owner_id, $owner_ip;
|
||||
public $posted;
|
||||
public $source;
|
||||
public $locked;
|
||||
|
|
Reference in a new issue