Skip to content

Commit 7800bd0

Browse files
authored
TASK: fix codestyle in attributes target
1 parent 7474454 commit 7800bd0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Sylius/Bundle/AdminBundle/Twig/Component/Shared/Navbar/UserDropdownComponent.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,19 @@ public function getMenuItems(): array
6565
'title' => 'sylius.ui.documentation',
6666
'url' => 'https://docs.sylius.com',
6767
'class' => 'small text-muted',
68-
'attributes' => { 'target' => '_blank', 'rel' => 'noopener' },
68+
'attributes' => [ 'target' => '_blank', 'rel' => 'noopener' ],
6969
],
7070
[
7171
'title' => 'sylius.ui.join_slack',
7272
'url' => 'https://sylius.com/slack',
7373
'class' => 'small text-muted',
74-
'attributes' => { 'target' => '_blank', 'rel' => 'noopener' },
74+
'attributes' => [ 'target' => '_blank', 'rel' => 'noopener' ],
7575
],
7676
[
7777
'title' => 'sylius.ui.report_an_issue',
7878
'url' => 'https://github.com/Sylius/Sylius/issues',
7979
'class' => 'small text-muted',
80-
'attributes' => { 'target' => '_blank', 'rel' => 'noopener' },
80+
'attributes' => [ 'target' => '_blank', 'rel' => 'noopener' ],
8181
],
8282
];
8383
}

0 commit comments

Comments
 (0)