Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit e09c03f6 authored by Akhil's avatar Akhil
Browse files

Lint PHP

parent 9e8dd677
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@

namespace OCA\EcloudAccounts\Db;

use DateTime;
use OCP\IConfig;
use OCP\ILogger;
use Doctrine\DBAL\DriverManager;
@@ -121,8 +120,7 @@ class WebmailMapper {
					try {
						$timeString = $contact->vCard->REV[0]->getJsonValue()[0];
						$timestamp = strtotime($timeString);
					}
					catch (Throwable $e) {
					} catch (Throwable $e) {
						// Do nothing
					}
				}