mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Improving doc blocks
This commit is contained in:
parent
785c17d199
commit
e9d50ebabb
1 changed files with 4 additions and 2 deletions
|
@ -128,7 +128,8 @@ class SyslogLog extends BaseLog {
|
|||
}
|
||||
|
||||
/**
|
||||
* Wrapper for openlog call
|
||||
* Extracts the call to openlog() in order to run unit tests on it. This function
|
||||
* will initialize the connection to the system logger
|
||||
*
|
||||
* @param string $ident the prefix to add to all messages logged
|
||||
* @param int $options the options flags to be used for logged messages
|
||||
|
@ -140,7 +141,8 @@ class SyslogLog extends BaseLog {
|
|||
}
|
||||
|
||||
/**
|
||||
* Wrapper for syslog call
|
||||
* Extracts the call to syslog() in order to run unit tests on it. This function
|
||||
* will perform the actual write in the system logger
|
||||
*
|
||||
* @param int $priority
|
||||
* @param string $message
|
||||
|
|
Loading…
Reference in a new issue