mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix PHPCS errors.
This commit is contained in:
parent
27e40f084d
commit
e4b2428735
2 changed files with 1 additions and 2 deletions
|
@ -318,7 +318,7 @@ class HashTest extends CakeTestCase {
|
|||
)
|
||||
)
|
||||
),
|
||||
'2' => array('2.1' => '2.1.1',)
|
||||
'2' => array('2.1' => '2.1.1')
|
||||
);
|
||||
$result = Hash::maxDimensions($data);
|
||||
$this->assertEquals($result, 5);
|
||||
|
|
|
@ -756,7 +756,6 @@ class Hash {
|
|||
* 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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue