Use 'static::' when needed.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
This commit is contained in:
parent
0f80756fe6
commit
faba0fb75d
@ -112,7 +112,7 @@ class Advisor
|
||||
= isset($memory['MemTotal']) ? $memory['MemTotal'] : 0;
|
||||
|
||||
// Step 2: Read and parse the list of rules
|
||||
$this->setParseResult($this->parseRulesFile());
|
||||
$this->setParseResult(static::parseRulesFile());
|
||||
// Step 3: Feed the variables to the rules and let them fire. Sets
|
||||
// $runResult
|
||||
$this->runRules();
|
||||
|
||||
@ -339,7 +339,7 @@ class PMA_Console
|
||||
. __('Add') . '</span></div>';
|
||||
|
||||
$output .= '</div><div class="content bookmark">';
|
||||
$output .= $this->getBookmarkContent();
|
||||
$output .= static::getBookmarkContent();
|
||||
$output .= '</div>';
|
||||
$output .= '<div class="mid_layer"></div>';
|
||||
$output .= '<div class="card add">';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user