Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mimmi20 committed Dec 28, 2024
1 parent 5b4a496 commit 40d1529
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/View/Helper/RevisionHeadLinkTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,13 @@ static function (string $method, array $argv) use ($matcher, $headLink): string

$object = new RevisionHeadLink($minify, $renderer);

$return = $object->appendPackage($package, 'screen', '!IE', ['rel' => 'prev'], addRevision: false);
$return = $object->appendPackage(
$package,
'screen',
'!IE',
['rel' => 'prev'],
addRevision: false,
);

self::assertSame($object, $return);
}
Expand Down

0 comments on commit 40d1529

Please sign in to comment.