Completed
Pull Request — master (#12)
by Bill
01:39
created
foobar/foobar.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
 
3 3
 function foobar($one, $two, $three)
4 4
 {
5
-	return 'Foobar';
5
+    return 'Foobar';
6 6
 }
7 7
\ No newline at end of file
Please login to merge, or discard this patch.