Skip to content

Commit

Permalink
Fix PHPCS errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 21, 2015
1 parent 27e40f0 commit e4b2428
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Utility/HashTest.php
Expand Up @@ -318,7 +318,7 @@ public function testMaxDimensions() {
)
)
),
'2' => array('2.1' => '2.1.1',)
'2' => array('2.1' => '2.1.1')
);
$result = Hash::maxDimensions($data);
$this->assertEquals($result, 5);
Expand Down
1 change: 0 additions & 1 deletion lib/Cake/Utility/Hash.php
Expand Up @@ -756,7 +756,6 @@ public static function dimensions(array $data) {
* number of dimensions in a mixed array.
*
* @param array $data Array to count dimensions on
* @param int $count counts current depth of this iteration
* @return int The maximum number of dimensions in $data
* @link http://book.cakephp.org/2.0/en/core-utility-libraries/hash.html#Hash::maxDimensions
*/
Expand Down

0 comments on commit e4b2428

Please sign in to comment.