Bugfixes and more conversions to PHP 7

This commit is contained in:
djmaze 2020-03-10 18:45:00 +01:00
parent 2cada68f41
commit 3a7ec4ecb0
100 changed files with 238 additions and 992 deletions

View file

@ -69,10 +69,8 @@ abstract class AbstractConfig
/**
* @param mixed $mParamValue
*
* @return void
*/
public function Set(string $sSectionKey, string $sParamKey, $mParamValue)
public function Set(string $sSectionKey, string $sParamKey, $mParamValue) : void
{
if (isset($this->aData[$sSectionKey][$sParamKey][0]))
{