Browse Source

Use short array syntax.

mark_story 11 years ago
parent
commit
79f20ca900
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/Controller/Component/CookieComponent.php

+ 1 - 2
src/Controller/Component/CookieComponent.php

@@ -84,10 +84,9 @@ class CookieComponent extends Component {
  *
  * Accessed in the controller using $this->Cookie->read('Name.key');
  *
- * @see CookieComponent::read();
  * @var string
  */
-	protected $_values = array();
+	protected $_values = [];
 
 /**
  * A reference to the Controller's Cake\Network\Response object