Jordi Boggiano 5 lat temu
rodzic
commit
f8c98ee2ba
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/Monolog/Logger.php

+ 1 - 1
src/Monolog/Logger.php

@@ -318,7 +318,7 @@ class Logger implements LoggerInterface, ResettableInterface
                 }
             }
 
-            // once the record exist, send it to all handlers as long as the bubbling chain is not interrupted
+            // once the record exists, send it to all handlers as long as the bubbling chain is not interrupted
             try {
                 if (true === $handler->handle($record)) {
                     break;