Changeset 3874:ab8368569446 for inc/core/class.dc.error.php
- Timestamp:
- 09/14/18 12:16:17 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.error.php
r3750 r3874 19 19 { 20 20 /** @var array Errors stack */ 21 protected $errors = array();21 protected $errors = []; 22 22 /** @var boolean True if stack is not empty */ 23 23 protected $flag = false; … … 72 72 { 73 73 $this->flag = false; 74 $this->errors = array();74 $this->errors = []; 75 75 } 76 76
Note: See TracChangeset
for help on using the changeset viewer.