| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Lines | 7 |
| Ratio | 100 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | View Code Duplication | public function error503() |
|
| 22 | { |
||
| 23 | $response = $this->getDi()->get('response'); |
||
| 24 | $response->setHeader(503, 'Service Unavailable'); |
||
| 25 | $response->setContent(include __DIR__ . '/../../../Index/views/error/503.phtml'); |
||
| 26 | |||
| 27 | } |
||
| 28 | |||
| 30 |
Methods can only be called on objects. This check looks for methods being called on variables that have been inferred to never be objects.