mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-22 01:49:05 +02:00
Fixed coding style.
This commit is contained in:
parent
e9493e52ec
commit
f5d685dfd4
71 changed files with 619 additions and 531 deletions
|
@ -120,7 +120,9 @@ abstract class AbstractLogEntry extends AbstractDBElement
|
|||
protected const TARGET_TYPE_PARAMETER = 18;
|
||||
protected const TARGET_TYPE_LABEL_PROFILE = 19;
|
||||
|
||||
/** @var array This const is used to convert the numeric level to a PSR-3 compatible log level */
|
||||
/**
|
||||
* @var array This const is used to convert the numeric level to a PSR-3 compatible log level
|
||||
*/
|
||||
protected const LEVEL_ID_TO_STRING = [
|
||||
self::LEVEL_EMERGENCY => LogLevel::EMERGENCY,
|
||||
self::LEVEL_ALERT => LogLevel::ALERT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue