@@ -20,7 +20,7 @@ |
||
| 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 | |