Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jun 1, 2021
1 parent 569ffad commit ff1b696
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@
'Symfony\Component\Routing\Annotation\Route'
),
new DowngradeAttributeToAnnotation('Symfony\Contracts\Service\Attribute\Required', 'required'),
new DowngradeAttributeToAnnotation(
'Attribute',
'Attribute'
),
new DowngradeAttributeToAnnotation('Attribute', 'Attribute'),
]),
]]);
};
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ private function moveFileToGroupName(SmartFileInfo $fileInfo, File $file, string
{
$addedFileWithNodes = $this->addedFileWithNodesFactory->createWithDesiredGroup(
$fileInfo,
$this->file,
$file,
$desiredGroupName
);

Expand Down

0 comments on commit ff1b696

Please sign in to comment.