mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-02 03:10:15 +02:00
Fix: Type should be boolean
This commit is contained in:
@@ -80,7 +80,7 @@ class SocketHandler extends AbstractProcessingHandler
|
||||
/**
|
||||
* Set socket connection to nbe persistent. It only has effect before the connection is initiated.
|
||||
*
|
||||
* @param type $boolean
|
||||
* @param boolean $boolean
|
||||
*/
|
||||
public function setPersistent($boolean)
|
||||
{
|
||||
|
Reference in New Issue
Block a user