Browse Source
Add proper EOL
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
pull/6254/head
Morris Jobke
8 years ago
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
2 changed files with
2 additions and
2 deletions
-
lib/private/Command/CronBus.php
-
tests/lib/Command/CronBusTest.php
|
|
|
@ -72,4 +72,4 @@ class CronBus extends AsyncBus { |
|
|
|
throw new \InvalidArgumentException('Invalid command'); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
@ -47,4 +47,4 @@ class CronBusTest extends AsyncBusTest { |
|
|
|
$job->execute($this->jobList); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |