mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°2214 Cron : remove :void to keep compatibility with PHP < 7.1
see https://www.php.net/manual/fr/migration71.new-features.php#migration71.new-features.void-functions
This commit is contained in:
@@ -436,7 +436,7 @@ class SetupUtils
|
||||
*
|
||||
* @since 2.8.0 N°2214 replace SetupLog::Log calls by CheckResult::TRACE
|
||||
*/
|
||||
private static function CheckPhpVersion(array &$aResult): void {
|
||||
private static function CheckPhpVersion(array &$aResult) {
|
||||
$aResult[] = new CheckResult(CheckResult::TRACE, 'Info - CheckPHPVersion');
|
||||
$sPhpVersion = phpversion();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user