Showing 32 of 32 total issues
Missing class import via use statement (line '32', column '23'). Open
Open
throw new \InvalidArgumentException(
- Read upRead up
- Exclude checks
Property \Pug\Assets->pug
has undeclared type \Pug\Pug
Open
Open
protected $pug;
- Exclude checks
Parameter $pug
has undeclared type \Jade\Jade
Open
Open
public static function enable($pug)
- Exclude checks
Returning type null
but disable()
is declared to return \Pug\Assets
Open
Open
return $assets;
- Exclude checks
Return type of getPug()
is undeclared type \Pug\Pug
Open
Open
public function getPug()
- Exclude checks
Parameter $pug
has undeclared type \Pug\Pug
Open
Open
public static function disable($pug)
- Exclude checks
Call to method setKeyword
from undeclared class \Pug\Pug
Open
Open
$this->pug->setKeyword('assets', $minify);
- Exclude checks
Parameter $pug
has undeclared type \Pug\Pug
Open
Open
public function __construct($pug)
- Exclude checks
Call to method removeKeyword
from undeclared class \Pug\Pug
Open
Open
$this->pug->removeKeyword('concat');
- Exclude checks
Checking instanceof against undeclared class \Pug\Pug
Open
Open
if (!($pug instanceof \Jade\Jade) && !($pug instanceof \Pug\Pug) && !($pug instanceof \Phug\Renderer)) {
- Exclude checks
Parameter $pug
has undeclared type \Pug\Pug
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
Checking instanceof against undeclared class \Jade\Jade
Open
Open
if (!($pug instanceof \Jade\Jade) && !($pug instanceof \Pug\Pug) && !($pug instanceof \Phug\Renderer)) {
- Exclude checks
Call to method setKeyword
from undeclared class \Pug\Pug
Open
Open
$this->pug->setKeyword('minify-to', $minify);
- Exclude checks
Call to method removeKeyword
from undeclared class \Pug\Pug
Open
Open
$this->pug->removeKeyword('concat-to');
- Exclude checks
Call to method removeKeyword
from undeclared class \Pug\Pug
Open
Open
$this->pug->removeKeyword('minify');
- Exclude checks
Assigning null
to property but \Pug\Assets->minify
is \Pug\Keyword\Minify
Open
Open
$this->minify = null;
- Exclude checks
Checking instanceof against undeclared class \Phug\Renderer
Open
Open
if (!($pug instanceof \Jade\Jade) && !($pug instanceof \Pug\Pug) && !($pug instanceof \Phug\Renderer)) {
- Exclude checks
Call to method setKeyword
from undeclared class \Pug\Pug
Open
Open
$this->pug->setKeyword('concat', $minify);
- Exclude checks
Call to method setKeyword
from undeclared class \Pug\Pug
Open
Open
$this->pug->setKeyword('concat-to', $minify);
- Exclude checks