| Conditions | 2 |
| Paths | 2 |
| Total Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 58 | public function cacheFlushAll(Varien_Event_Observer $observer) |
||
|
1 ignored issue
–
show
|
|||
| 59 | { |
||
| 60 | try { |
||
| 61 | $this->_getHelper()->flushAllByObserver(); |
||
| 62 | } catch (Exception $e) { |
||
| 63 | Mage::logException($e); |
||
| 64 | } |
||
| 65 | return $this; |
||
| 66 | } |
||
| 67 | |||
| 81 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.