@@ -2,4 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace DaveRandom\CallbackValidator; |
4 | 4 | |
5 | -class InvalidCallbackException extends \LogicException {} |
|
5 | +class InvalidCallbackException extends \LogicException |
|
6 | +{ |
|
7 | +} |
@@ -7,7 +7,9 @@ |
||
7 | 7 | /** |
8 | 8 | * Thou shalt not instantiate |
9 | 9 | */ |
10 | - private function __construct() { } |
|
10 | + private function __construct() |
|
11 | + { |
|
12 | +} |
|
11 | 13 | |
12 | 14 | const STRING = 'string'; |
13 | 15 | const INT = 'int'; |
@@ -7,7 +7,9 @@ |
||
7 | 7 | /** |
8 | 8 | * Thou shalt not instantiate |
9 | 9 | */ |
10 | - private function __construct() { } |
|
10 | + private function __construct() |
|
11 | + { |
|
12 | +} |
|
11 | 13 | |
12 | 14 | /** |
13 | 15 | * Lookup table of all built-in types |
@@ -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 | +} |