Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Lines | 7 |
Ratio | 100 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
43 | View Code Duplication | public function leave(Profile $profile) |
|
44 | { |
||
45 | parent::leave($profile); |
||
46 | |||
47 | $name = 'Twig Template: ' . substr($profile->getName(), strlen(ROOT) + 1); |
||
48 | DebugTimer::stop($name); |
||
49 | } |
||
50 | } |
||
51 |