maj+ header

This commit is contained in:
2018-08-22 14:46:33 +02:00
parent 28c9e9d76f
commit 3fc62ab1f1
443 changed files with 24198 additions and 6201 deletions
+3 -3
View File
@@ -13,7 +13,7 @@ class LogFile extends File
/**
* @var array|File[]
*/
static protected $instances = array();
static protected $instances = [];
/**
* Constructor.
@@ -41,11 +41,11 @@ class LogFile extends File
*
* @param string $var
* @return string|void
* @throws \Exception
* @throws \BadMethodCallException
*/
protected function encode($var)
{
throw new \Exception('Saving log file is forbidden.');
throw new \BadMethodCallException('Saving log file is forbidden.');
}
/**