Skip to content
Code-Schnipsel Gruppen Projekte
Commit a9f62250 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

refactor: php 7.2 comp

Übergeordneter 985f8945
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
...@@ -37,33 +37,33 @@ class Brick extends QUI\QDOM ...@@ -37,33 +37,33 @@ class Brick extends QUI\QDOM
* *
* @var array * @var array
*/ */
protected array $settings = []; protected $settings = [];
/** /**
* Fields can be overwritten by another user * Fields can be overwritten by another user
* *
* @var array * @var array
*/ */
protected array $customfields = []; protected $customfields = [];
/** /**
* Internal control * Internal control
* *
* @var null|QUI\Control * @var null|QUI\Control
*/ */
protected ?QUI\Control $Control = null; protected $Control = null;
/** /**
* List of extra css classes * List of extra css classes
* *
* @var array * @var array
*/ */
protected array $cssClasses = []; protected $cssClasses = [];
/** /**
* @var string * @var string
*/ */
protected string $hash; protected $hash;
/** /**
* Constructor * Constructor
......
...@@ -38,21 +38,21 @@ class Manager ...@@ -38,21 +38,21 @@ class Manager
* *
* @var array * @var array
*/ */
protected array $bricks = []; protected $bricks = [];
/** /**
* Brick UID temp collector * Brick UID temp collector
* *
* @var array * @var array
*/ */
protected array $brickUIDs = []; protected $brickUIDs = [];
/** /**
* Initialized brick manager * Initialized brick manager
* *
* @var null|Manager * @var null|Manager
*/ */
public static ?Manager $BrickManager = null; public static $BrickManager = null;
/** /**
* Return the global QUI\Bricks\Manager * Return the global QUI\Bricks\Manager
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren