Conditions | 2 |
Paths | 2 |
Total Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
41 | public function cacheFlushSystem(Varien_Event_Observer $observer) |
||
1 ignored issue
–
show
|
|||
42 | { |
||
43 | try { |
||
44 | $this->_getHelper()->flushAllByObserver(); |
||
45 | } catch (Exception $e) { |
||
46 | Mage::logException($e); |
||
47 | } |
||
48 | return $this; |
||
49 | } |
||
50 | |||
81 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.