@@ -2,7 +2,7 @@ |
||
2 | 2 | namespace DicDoc\Exceptions; |
3 | 3 | |
4 | 4 | class CallerResolverException extends \Exception { |
5 | - public function __construct($msg) { |
|
6 | - parent::__construct($msg); |
|
7 | - } |
|
5 | + public function __construct($msg) { |
|
6 | + parent::__construct($msg); |
|
7 | + } |
|
8 | 8 | } |
9 | 9 | \ No newline at end of file |
@@ -2,5 +2,5 @@ |
||
2 | 2 | namespace DicDoc\Interfaces; |
3 | 3 | |
4 | 4 | interface CallerPositionFinder { |
5 | - public function getCallerPosition(); |
|
5 | + public function getCallerPosition(); |
|
6 | 6 | } |
7 | 7 | \ No newline at end of file |