Skip to content

Commit ae1b9df

Browse files
committed
DISPLAY-1019: Applied coding standards
1 parent d5b1daf commit ae1b9df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Feed/KobaFeedType.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function getData(Feed $feed): array
110110

111111
return $results;
112112
} catch (\Throwable $throwable) {
113-
$this->logger->error("{code}: {message}", [
113+
$this->logger->error('{code}: {message}', [
114114
'code' => $throwable->getCode(),
115115
'message' => $throwable->getMessage(),
116116
]);
@@ -212,7 +212,7 @@ public function getConfigOptions(Request $request, FeedSource $feedSource, strin
212212
return $resources;
213213
}
214214
} catch (\Throwable $throwable) {
215-
$this->logger->error("{code}: {message}", [
215+
$this->logger->error('{code}: {message}', [
216216
'code' => $throwable->getCode(),
217217
'message' => $throwable->getMessage(),
218218
]);

0 commit comments

Comments
 (0)