Skip to content

Commit

Permalink
Readme: let's be more positive
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Apr 17, 2023
1 parent a9f5de5 commit c6bd8e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ final class ImportantCode
try {
// Dark magic

$this->logger->info('Everything is fine');
$this->logger->info('Everything is fine!');
} catch (WeHaveAProblemHouston $e) {
$this->logger->critical('We are all gonna die.', [
$this->logger->critical('Dumpster fire!', [
'exception' => $e,
]);
}
Expand Down

0 comments on commit c6bd8e3

Please sign in to comment.