Skip to content

Commit 7e3ab4b

Browse files
authored
Remove excess line before method body
1 parent ebee07a commit 7e3ab4b

File tree

1 file changed

+0
-1
lines changed
  • lib/internal/Magento/Framework/View/Design/FileResolution/Fallback/Resolver

1 file changed

+0
-1
lines changed

lib/internal/Magento/Framework/View/Design/FileResolution/Fallback/Resolver/Simple.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ public function __construct(ReadFactory $readFactory, RulePool $rulePool)
5454
*/
5555
public function resolve($type, $file, $area = null, ThemeInterface $theme = null, $locale = null, $module = null)
5656
{
57-
5857
$params = ['area' => $area, 'theme' => $theme, 'locale' => $locale];
5958
foreach ($params as $key => $param) {
6059
if ($param === null) {

0 commit comments

Comments
 (0)