Closed and1truong closed 9 years ago
in lib/Cache/Warming/Warmer.php, line 50
Boolean property accessor should not be setIsXXX nor getIsXXX but setXXX and isXXX.
setIsXXX
getIsXXX
setXXX
isXXX
$this->event_name = $event_name; $this->tag_discover->setEventName($event_name); return $this; } public function setIsSubProcess($is_sub_process = FALSE) { $this->is_sub_process = $is_sub_process; return $this; } public function setContext($context) {
Posted from SensioLabsInsight
in lib/Cache/Warming/Warmer.php, line 50
Posted from SensioLabsInsight