Completed
Push — feature/create_monthly_billing ( 5d3bc9...0997b0 )
by Laurent
01:51
created
command/CreateReceiverMonthBillCommandHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      */
21 21
     public function handle(CommandInterface $command)
22 22
     {
23
-        if(!($command instanceof CreateReceiverMonthBillCommand)){
23
+        if (!($command instanceof CreateReceiverMonthBillCommand)) {
24 24
             throw new \InvalidArgumentException('Command not correct');
25 25
         }
26 26
         
Please login to merge, or discard this patch.