e107_handlers/js_manager.php
Avoid too many return
statements within this method. Open
Open
return $this;
Avoid too many return
statements within this method. Open
Open
return $this;
Avoid too many return
statements within this method. Open
Open
return $this;
Avoid too many return
statements within this method. Open
Open
return $this;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return $this;
Avoid too many return
statements within this method. Open
Open
return $this;
Assigning null
to property but \e_jsmanager->_dependence
is string
Open
Open
$this->_dependence = null;
- Exclude checks
Argument 2 (when)
is void
but \e_jsmanager::setLastModfied()
takes int
defined at /code/e107_handlers/js_manager.php:2115
Open
Open
$this->setLastModfied($mod, $this->renderFile($this->_e_jslib_theme, $external, 'Theme libraries', $mod));
- Exclude checks
Returning type ''
but renderFile()
is declared to return void
Open
Open
return '';
- Exclude checks
Argument 2 (cacheId)
is 'js'
but \e_jsmanager::url()
takes bool|true
defined at /code/e107_handlers/js_manager.php:1626
Open
Open
$path = $this->url($path, 'js');
- Exclude checks
Argument 2 (cacheId)
is 'js'
but \e_jsmanager::url()
takes bool|true
defined at /code/e107_handlers/js_manager.php:1626
Open
Open
echo "<script src='".$this->url(e_WEB_ABS."cache/".$fileName,'js',false)."' $deferCache></script>\n\n";
- Exclude checks
Argument 2 (mode)
is 'mix'
but \e_parse::createConstants()
takes int
defined at /code/e107_handlers/e_parse_class.php:3255
Open
Open
$file_path = $runtime_location.$this->_sep.$tp->createConstants($file_path, 'mix').$this->_sep.$pre.$this->_sep.$post;
- Exclude checks
Reference to undeclared constant \e_HTTP
Open
Open
'basePath' => e_HTTP,
- Exclude checks
Argument 1 (path)
is null
but \e_parse::staticUrl()
takes string
defined at /code/e107_handlers/e_parse_class.php:2412
Open
Open
$http = $tp->staticUrl(null); // returns SITEURL or Static URL if enabled. array('full'=>1) removed.
- Exclude checks
Assigning int
to property but \e_jsmanager->_zone_footer
is array
Open
Open
protected $_zone_footer = 0;
- Exclude checks
Assigning int
to property but \e_jsmanager->_zone_header
is array
Open
Open
protected $_zone_header = 0;
- Exclude checks
Argument 2 (mode)
is 'mix'
but \e_parse::createConstants()
takes int
defined at /code/e107_handlers/e_parse_class.php:3255
Open
Open
$file_path = $runtime_location.$this->_sep.$tp->createConstants($file_path, 'mix').$this->_sep.$pre.$this->_sep.$post;
- Exclude checks
Argument 2 (mode)
is 'mix'
but \e_parse::createConstants()
takes int
defined at /code/e107_handlers/e_parse_class.php:3255
Open
Open
$tp->createConstants($file_path, 'mix'),
- Exclude checks
Assigning null
to property but \e_jsmanager->_dependence
is string
Open
Open
$this->_dependence = null;
- Exclude checks
Argument 2 (mode)
is 'mix'
but \e_parse::createConstants()
takes int
defined at /code/e107_handlers/e_parse_class.php:3255
Open
Open
$tp->createConstants($file_path, 'mix'),
- Exclude checks
Returning type ''
but renderInline()
is declared to return void
Open
Open
return '';
- Exclude checks
Argument 2 (when)
is void
but \e_jsmanager::setLastModfied()
takes int
defined at /code/e107_handlers/js_manager.php:2115
Open
Open
$this->setLastModfied($mod, $this->renderFile($this->_e_jslib_plugin, $external, 'Plugin libraries', $mod));
- Exclude checks
Call with 3 arg(s) to \e_jsmanager::url()
which only takes 2 arg(s) defined at /code/e107_handlers/js_manager.php:1626
Open
Open
echo "<script src='".$this->url(e_WEB_ABS."cache/".$fileName,'js',false)."' $deferCache></script>\n\n";
- Exclude checks
Returning type 0
but renderFile()
is declared to return void
Open
Open
return $lmodified;
- Exclude checks
Assigning null
to property but \e_jsmanager->_dependence
is string
Open
Open
$this->_dependence = $dep;
- Exclude checks
Argument 2 (when)
is void
but \e_jsmanager::setLastModfied()
takes int
defined at /code/e107_handlers/js_manager.php:2115
Open
Open
$this->setLastModfied($mod, $this->renderFile($this->_e_jslib_core, $external, 'Core libraries', $mod));
- Exclude checks