| Conditions | 5 |
| Paths | 2 |
| Total Lines | 9 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 30 |
| Changes | 1 | ||
| Bugs | 1 | Features | 1 |
| 1 | <?php |
||
| 44 | public function renderFilterCell() |
||
| 45 | { |
||
| 46 | if (null !== $this->grid->filterModel && false === $this->filter && $this->rowSpanNoFilterHeaders = true && |
||
| 47 | $this->grid->filterPosition === GridView::FILTER_POS_BODY) { |
||
| 48 | return null; |
||
| 49 | } |
||
| 50 | |||
| 51 | return parent::renderFilterCell(); |
||
| 52 | } |
||
| 53 | } |
||
| 54 |