@@ -5,4 +5,6 @@ |
||
5 | 5 | /** |
6 | 6 | * This exception can be used to silence IDEs complaining about missing return points. |
7 | 7 | */ |
8 | -class Dummy extends \LogicException {} |
|
8 | +class Dummy extends \LogicException |
|
9 | +{ |
|
10 | +} |