Passed
Push — master ( 3256d3...c48f3d )
by Dennis
01:50
created
src/Middleware/DebugMiddleware.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
     }
69 69
 
70 70
     /**
71
-     * @return callable
71
+     * @return \Closure
72 72
      */
73 73
     public static function tap(): callable
74 74
     {
Please login to merge, or discard this patch.
src/Service/PaymentService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Link0\Bunq\Domain\Alias;
7 7
 use Link0\Bunq\Domain\Id;
8 8
 use Link0\Bunq\Domain\Payment;
9
-use Link0\Bunq\Domain\User;
10 9
 use Money\Money;
11 10
 
12 11
 final class PaymentService
Please login to merge, or discard this patch.