mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-04 20:27:31 +02:00
Fix some docblocks, closes #970
This commit is contained in:
@@ -70,7 +70,7 @@ class PHPConsoleHandler extends AbstractProcessingHandler
|
|||||||
* @param Connector|null $connector Instance of \PhpConsole\Connector class (optional)
|
* @param Connector|null $connector Instance of \PhpConsole\Connector class (optional)
|
||||||
* @param int $level
|
* @param int $level
|
||||||
* @param bool $bubble
|
* @param bool $bubble
|
||||||
* @throws RuntimeException
|
* @throws \RuntimeException
|
||||||
*/
|
*/
|
||||||
public function __construct(array $options = [], Connector $connector = null, $level = Logger::DEBUG, $bubble = true)
|
public function __construct(array $options = [], Connector $connector = null, $level = Logger::DEBUG, $bubble = true)
|
||||||
{
|
{
|
||||||
|
@@ -29,7 +29,7 @@ interface ProcessableHandlerInterface
|
|||||||
/**
|
/**
|
||||||
* Removes the processor on top of the stack and returns it.
|
* 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
|
* @return callable
|
||||||
*/
|
*/
|
||||||
public function popProcessor(): callable;
|
public function popProcessor(): callable;
|
||||||
|
Reference in New Issue
Block a user