From 69d0253109dd02f4993bace30194b4c0fc857bdf Mon Sep 17 00:00:00 2001 From: euromark Date: Tue, 15 Oct 2013 02:07:36 +0200 Subject: [PATCH] coding standards --- lib/Cake/Log/Engine/SyslogLog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Log/Engine/SyslogLog.php b/lib/Cake/Log/Engine/SyslogLog.php index d70eca5a0..a34f03d7c 100644 --- a/lib/Cake/Log/Engine/SyslogLog.php +++ b/lib/Cake/Log/Engine/SyslogLog.php @@ -154,7 +154,7 @@ class SyslogLog extends BaseLog { /** * Closes the logger connection - **/ + */ public function __destruct() { closelog(); }