Skip to content

Commit

Permalink
fixup! chore: Set up static analysis
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst committed Jun 29, 2023
1 parent 28bb43b commit c58d5c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/BackgroundJob/CleanUpOutdatedBookingsJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
use OCA\Calendar\Service\Appointments\BookingService;
use OCP\AppFramework\Utility\ITimeFactory;
use OCP\BackgroundJob\TimedJob;
use OCP\ILogger;
use Psr\Log\LoggerInterface;
use function method_exists;

Expand Down
2 changes: 0 additions & 2 deletions lib/Service/Appointments/MailService.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
namespace OCA\Calendar\Service\Appointments;

use Exception;
use OC\Notification\Notification;
use OCA\Calendar\Db\AppointmentConfig;
use OCA\Calendar\Db\Booking;
use OCA\Calendar\Exception\ServiceException;
Expand All @@ -41,7 +40,6 @@
use OCP\Mail\IEMailTemplate;
use OCP\Mail\IMailer;
use OCP\Notification\IManager;
use OCP\Notification\INotification;
use Psr\Log\LoggerInterface;
use function implode;

Expand Down

0 comments on commit c58d5c1

Please sign in to comment.