Showing 32 of 32 total issues
Parameter $pug
has undeclared type \Jade\Jade
Open
Open
public function __construct($pug)
- Exclude checks
Parameter $pug
has undeclared type \Jade\Jade
Open
Open
public static function disable($pug)
- Exclude checks
Call to method getOption
from undeclared class \Pug\Pug
Open
Open
return $this->pug->getOption('environment') ?: 'production';
- Exclude checks
Parameter $pug
has undeclared type \Jade\Jade
Open
Open
public static function enable($pug)
- Exclude checks
Return type of getPug()
is undeclared type \Pug\Jade
Open
Open
public function getPug()
- Exclude checks
Call to method setKeyword
from undeclared class \Pug\Pug
Open
Open
$this->pug->setKeyword('minify-to', $minify);
- Exclude checks
Parameter $minify
has undeclared type \Pug\Keyword\Minify
Open
Open
public function setMinify($minify)
- Exclude checks
Parameter $pug
has undeclared type \Pug\Pug
Open
Open
public static function disable($pug)
- Exclude checks
Call to method removeKeyword
from undeclared class \Pug\Pug
Open
Open
$this->pug->removeKeyword('concat');
- Exclude checks
Property \Pug\Assets->pug
has undeclared type \Jade\Jade
Open
Open
protected $pug;
- Exclude checks
Property \Pug\Assets->minify
has undeclared type \Pug\Keyword\Minify
Open
Open
protected $minify;
- Exclude checks
Assigning null
to property but \Pug\Assets->minify
is \Pug\Keyword\Minify
Open
Open
$this->minify = null;
- Exclude checks