Skip to content

Commit

Permalink
Fix test format after cherry-pick from master.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrolGenhald committed Jun 8, 2022
1 parent af5c191 commit 271dce8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Template/FunctionClassStringTemplateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ function (Bar $bar) use ($class): bool {
interface Bar {}'
],
'classStringSatisfiesTemplateWithConstraint' => [
'code' => '<?php
'<?php
/** @template T of string */
class Foo {}
Expand All @@ -712,7 +712,7 @@ function bar(string $_fooClass): void {}
',
],
'classStringWithGenericChildSatisfiesGenericParentWithDifferentConstraint' => [
'code' => '<?php
'<?php
/** @template T of string */
class Foo {}
/**
Expand Down

0 comments on commit 271dce8

Please sign in to comment.