Skip to content

Commit 5e6f296

Browse files
committed
Tabs
1 parent 3920d37 commit 5e6f296

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/Type/WebMozartAssert/data/data.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@ public function doFoo($a, $b, array $c, iterable $d, $e, $f, $g, $h, $i, $j, $k,
118118
Assert::integerish($ad);
119119
$ad;
120120

121-
Assert::implementsInterface($ae, Baz::class);
122-
$ae;
121+
Assert::implementsInterface($ae, Baz::class);
122+
$ae;
123123

124-
/** @var int|false $af */
125-
Assert::notFalse($af);
126-
$af;
124+
/** @var int|false $af */
125+
Assert::notFalse($af);
126+
$af;
127127

128128
/** @var array{foo?: string, bar?: string} $things */
129129
$things = doFoo();

0 commit comments

Comments
 (0)