Conditions | 1 |
Paths | 1 |
Total Lines | 3 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Tests | 2 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php namespace App\Utilities; |
||
12 | 16 | public function getFunctions() { |
|
13 | return [ |
||
1 ignored issue
–
show
|
|||
14 | 16 | new Twig_SimpleFunction('handleOutput', [$this, 'handleOutput']), |
|
15 | ]; |
||
27 |