Skip to content
This repository was archived by the owner on Apr 12, 2022. It is now read-only.

Commit bb5524f

Browse files
author
Jan Barášek
committed
(#1) Fix codestyle.
1 parent b614014 commit bb5524f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Api/StaticPageEndpoint.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ public function postDetail(int $id, string $title, string $content, bool $active
154154
->getQuery()
155155
->getSingleResult();
156156
} catch (NoResultException | NonUniqueResultException) {
157+
// Silence is golden.
157158
}
158159
}
159160

0 commit comments

Comments
 (0)