Completed
Push — master ( 584770...9f6b2e )
by Vincent
01:53
created
src/DeliveryReport.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,4 +20,4 @@
 block discarded – undo
20 20
 
21 21
         return new Response($report[0]);
22 22
     }
23
- }
24 23
\ No newline at end of file
24
+    }
25 25
\ No newline at end of file
Please login to merge, or discard this patch.
src/tests/ExampleTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,4 +18,4 @@
 block discarded – undo
18 18
     {
19 19
         $this->assertTrue(true);
20 20
     }
21
- }
22 21
\ No newline at end of file
22
+    }
23 23
\ No newline at end of file
Please login to merge, or discard this patch.