Skip to content

Commit 6446baa

Browse files
committed
Fix coding standard - remove double spaces
1 parent 5a99825 commit 6446baa

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

CakePHP/Tests/NamingConventions/ValidFunctionNameUnitTest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ class ValidFunctionNameUnitTest extends AbstractSniffTestCase
1212
public function getErrorList(): array
1313
{
1414
return [
15-
6 => 1, // public function _forbidden
16-
30 => 1, // protected function _someFunc
17-
103 => 1, // public function _forbidden (interface)
18-
112 => 1, // public function _forbidden (trait)
19-
136 => 1, // protected function _someFunc (trait)
15+
6 => 1,
16+
30 => 1,
17+
103 => 1,
18+
112 => 1,
19+
136 => 1,
2020
];
2121
}
2222

0 commit comments

Comments
 (0)