@@ -46,27 +46,27 @@ |
||
46 | 46 | * @since 14.0.0 |
47 | 47 | * @deprecated 20.0.0 |
48 | 48 | */ |
49 | - public const DEBUG=0; |
|
49 | + public const DEBUG = 0; |
|
50 | 50 | /** |
51 | 51 | * @since 14.0.0 |
52 | 52 | * @deprecated 20.0.0 |
53 | 53 | */ |
54 | - public const INFO=1; |
|
54 | + public const INFO = 1; |
|
55 | 55 | /** |
56 | 56 | * @since 14.0.0 |
57 | 57 | * @deprecated 20.0.0 |
58 | 58 | */ |
59 | - public const WARN=2; |
|
59 | + public const WARN = 2; |
|
60 | 60 | /** |
61 | 61 | * @since 14.0.0 |
62 | 62 | * @deprecated 20.0.0 |
63 | 63 | */ |
64 | - public const ERROR=3; |
|
64 | + public const ERROR = 3; |
|
65 | 65 | /** |
66 | 66 | * @since 14.0.0 |
67 | 67 | * @deprecated 20.0.0 |
68 | 68 | */ |
69 | - public const FATAL=4; |
|
69 | + public const FATAL = 4; |
|
70 | 70 | |
71 | 71 | /** |
72 | 72 | * System is unusable. |
@@ -126,7 +126,7 @@ |
||
126 | 126 | $contact->setCard($parsed->serialize()); |
127 | 127 | } catch (Throwable $e) { |
128 | 128 | $this->logger->warning( |
129 | - 'Could not parse card to add recent category: ' . $e->getMessage(), |
|
129 | + 'Could not parse card to add recent category: '.$e->getMessage(), |
|
130 | 130 | [ |
131 | 131 | 'exception' => $e, |
132 | 132 | ]); |