mirror of
				https://github.com/Seldaek/monolog.git
				synced 2025-10-27 02:21:43 +01:00 
			
		
		
		
	CS
This commit is contained in:
		| @@ -127,7 +127,7 @@ class StreamHandler extends AbstractProcessingHandler | ||||
|      */ | ||||
|     protected function streamWrite($stream, array $record) | ||||
|     { | ||||
|         fwrite($stream, (string)$record['formatted']); | ||||
|         fwrite($stream, (string) $record['formatted']); | ||||
|     } | ||||
|  | ||||
|     private function customErrorHandler($code, $msg) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user