Skip to content

Commit

Permalink
Use traditional array syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Gareth Ellis committed Dec 1, 2015
1 parent d84b6a2 commit 031ae3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Cake/Console/Helper/ShellHelper.php
Expand Up @@ -20,7 +20,7 @@ abstract class ShellHelper {
*
* @var array
*/
protected $_defaultConfig = [];
protected $_defaultConfig = array();

/**
* ConsoleOutput instance.
Expand All @@ -34,7 +34,7 @@ abstract class ShellHelper {
*
* @var array
*/
protected $_config = [];
protected $_config = array();

/**
* Whether the config property has already been configured with defaults
Expand Down

0 comments on commit 031ae3d

Please sign in to comment.