1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-23 17:46:09 +02:00

Fix some docblocks, closes #970

This commit is contained in:
Jordi Boggiano
2017-06-19 00:58:15 +02:00
parent dbd8d31277
commit 0273c31996
2 changed files with 6 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ interface ProcessableHandlerInterface
/**
* Removes the processor on top of the stack and returns it.
*
* @throws LogicException In case the processor stack is empty
* @throws \LogicException In case the processor stack is empty
* @return callable
*/
public function popProcessor(): callable;