Skip to content

Commit 33b2409

Browse files
committed
minor #12993 [2.3] Docblocks should not be followed by a blank line (GrahamCampbell)
This PR was squashed before being merged into the 2.3 branch (closes #12993). Discussion ---------- [2.3] Docblocks should not be followed by a blank line | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | N/A | License | MIT | Doc PR | N/A There should be no blank line(s) between phpdocs that document properties, interfaces, classes, functions, or traits. This pull request was a test run of a new php-cs-fixer: PHP-CS-Fixer/PHP-CS-Fixer#864. Commits ------- 4e7ba1b [2.3] Docblocks should not be followed by a blank line
2 parents 540dab4 + 6b79b93 commit 33b2409

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

DependencyInjection/SecurityExtension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ private function configureDbalAclProvider(array $config, ContainerBuilder $conta
155155
* @param array $config An array of configuration settings
156156
* @param ContainerBuilder $container A ContainerBuilder instance
157157
*/
158-
159158
private function createRoleHierarchy($config, ContainerBuilder $container)
160159
{
161160
if (!isset($config['role_hierarchy'])) {

0 commit comments

Comments
 (0)