Completed
Push — master ( 5256cd...6aa89e )
by Jordi
02:21
created
src/Exceptions/CallerResolverException.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Interfaces/CallerPositionFinder.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,5 +2,5 @@
 block discarded – undo
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
Please login to merge, or discard this patch.