Completed
Push — master ( 605846...685dd5 )
by Jordi
02:26
created
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.