Showing 185 of 185 total issues
The method _getRelativeFilePath is not named in camelCase. Open
Open
protected function _getRelativeFilePath($absolutePath)
{
return str_replace($this->directoryList->getRoot() . DIRECTORY_SEPARATOR, '', $absolutePath);
}
- Read upRead up
- Exclude checks
CamelCaseMethodName
Since: 0.2
It is considered best practice to use the camelCase notation to name methods.
Example
class ClassName {
public function get_name() {
}
}
Source
The method _toHtml is not named in camelCase. Open
Open
protected function _toHtml()
{
try {
$buffer = parent::_toHtml();
return $this->sanitizeOutput($buffer);
- Read upRead up
- Exclude checks
CamelCaseMethodName
Since: 0.2
It is considered best practice to use the camelCase notation to name methods.
Example
class ClassName {
public function get_name() {
}
}
Source
The method _loadDbTranslation is not named in camelCase. Open
Open
protected function _loadDbTranslation()
{
$this->_data['db'] = $this->_translateResource->getTranslationArray(null, $this->getLocale());
return $this;
}
- Read upRead up
- Exclude checks
CamelCaseMethodName
Since: 0.2
It is considered best practice to use the camelCase notation to name methods.
Example
class ClassName {
public function get_name() {
}
}
Source
The method _loadPackTranslation is not named in camelCase. Open
Open
protected function _loadPackTranslation()
{
$this->_data['pack'] = $this->packDictionary->getDictionary($this->getLocale());
return $this;
}
- Read upRead up
- Exclude checks
CamelCaseMethodName
Since: 0.2
It is considered best practice to use the camelCase notation to name methods.
Example
class ClassName {
public function get_name() {
}
}
Source
The method _toHtml is not named in camelCase. Open
Open
protected function _toHtml()
{
return $this->showPhpInfo();
}
- Read upRead up
- Exclude checks
CamelCaseMethodName
Since: 0.2
It is considered best practice to use the camelCase notation to name methods.
Example
class ClassName {
public function get_name() {
}
}
Source
The method _isAllowed is not named in camelCase. Open
Open
protected function _isAllowed()
{
return $this->_qdbHelper->isToolbarAccessAllowed();
}
- Read upRead up
- Exclude checks
CamelCaseMethodName
Since: 0.2
It is considered best practice to use the camelCase notation to name methods.
Example
class ClassName {
public function get_name() {
}
}
Source
The method _getElementHtml is not named in camelCase. Open
Open
protected function _getElementHtml(AbstractElement $element)
{
$html = [];
if ($this->_qdbHelper->isToolbarAccessAllowed(true)) {
$html[] = __('Yep');
- Read upRead up
- Exclude checks
CamelCaseMethodName
Since: 0.2
It is considered best practice to use the camelCase notation to name methods.
Example
class ClassName {
public function get_name() {
}
}
Source
The method _buildFlatConfig is not named in camelCase. Open
Open
protected function _buildFlatConfig($scope, $path = '')
{
$flatConfig = [];
if (is_array($scope)) {
foreach ($scope as $scopeKey => $scopeValue) {
- Read upRead up
- Exclude checks
CamelCaseMethodName
Since: 0.2
It is considered best practice to use the camelCase notation to name methods.
Example
class ClassName {
public function get_name() {
}
}
Source
The method _loadThemeTranslation is not named in camelCase. Open
Open
protected function _loadThemeTranslation()
{
$file = $this->_getThemeTranslationFile($this->getLocale());
if ($file) {
$relativePath = $this->_getRelativeFilePath($file);
- Read upRead up
- Exclude checks
CamelCaseMethodName
Since: 0.2
It is considered best practice to use the camelCase notation to name methods.
Example
class ClassName {
public function get_name() {
}
}
Source
TODO found Open
Open
//TODO: Show $response = $observer->getResponse();
- Exclude checks
TODO found Open
Open
//TODO: unlink only files starting with 'qdb_register_' . $sessionId
- Exclude checks
TODO found Open
Open
//TODO: Add view cache
- Exclude checks
TODO found Open
Open
// //TODO: unlink only files starting with 'qdb_register_' . $sessionId
- Exclude checks
TODO found Open
Open
//TODO: save Register Data to use Ajax
- Exclude checks
TODO found Open
Open
//TODO: Add all cache type
- Exclude checks
TODO found Open
Open
//TODO: Show $response->getHeaders()
- Exclude checks
TODO found Open
Open
// TODO: Implement pullData() method.
- Exclude checks
TODO found Open
Open
TODO: remplacer par un plugin afterSend
- Exclude checks
TODO found Open
Open
//TODO: remove foreach
- Exclude checks
TODO found Open
Open
* TODO: To removed
- Exclude checks