Completed
Push — master ( 9c3366...e1b00e )
by Jacob
03:56
created
src/Domain/Blog/PostRepository.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,5 +4,5 @@
 block discarded – undo
4 4
 
5 5
 interface PostRepository
6 6
 {
7
-    public function findByUri($uri);
7
+	public function findByUri($uri);
8 8
 }
Please login to merge, or discard this patch.