]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/filter/class_FilterChain.php
Continued:
[core.git] / framework / main / classes / filter / class_FilterChain.php
index 2d3f0a603bd9b9fcaece1ba69db71db79677529f..177a2f1e8aabbc9ff5dab519c6477cfd3d6d6f19 100644 (file)
@@ -83,7 +83,7 @@ class FilterChain extends BaseFrameworkSystem implements Registerable {
         */
        protected function getFilters () {
                // Default is nothing found
-               $filters = array();
+               $filters = [];
 
                // Are some filters set?
                if ($this->isValidGenericArrayKey('filters', 'generic', 'dummy')) {
@@ -102,7 +102,7 @@ class FilterChain extends BaseFrameworkSystem implements Registerable {
         */
        protected function getPostFilters () {
                // Default is nothing found
-               $filters = array();
+               $filters = [];
 
                // Are some filters set?
                if ($this->isValidGenericArrayKey('filters', 'post', 'dummy')) {