forked from Wavyzz/dolibarr
fix warnings with syslog checkconfiguration
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<?php
|
||||
/* Copyright (C) 2024 Frédéric France <frederic.france@free.fr>
|
||||
*/
|
||||
/*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -79,7 +81,7 @@ interface LogHandlerInterface
|
||||
/**
|
||||
* Output log content
|
||||
*
|
||||
* @param string $content Content to log
|
||||
* @param array $content Content to log
|
||||
* @return void
|
||||
*/
|
||||
public function export($content);
|
||||
|
||||
Reference in New Issue
Block a user