More linting and fixing

This commit is contained in:
jgen
2017-03-08 23:52:31 -08:00
parent fc0945354d
commit ede2fcf4eb
3 changed files with 12 additions and 7 deletions

View File

@ -59,6 +59,11 @@ class _SafeOuroborosImage
* @var integer
*/
public $width = null;
/**
* File extension
* @var string
*/
public $file_ext = '';
/**
* File Size in bytes
* @var integer
@ -189,7 +194,7 @@ class _SafeOuroborosImage
* Constructor
* @param Image $img
*/
function __construct(Image $img)
public function __construct(Image $img)
{
global $config;
// author
@ -343,7 +348,7 @@ class _SafeOuroborosTag
public $name = '';
public $type = 0;
function __construct(array $tag)
public function __construct(array $tag)
{
$this->count = $tag['count'];
$this->id = $tag['id'];