Skip to content

Commit 227e9a7

Browse files
committed
🚿
1 parent eff4046 commit 227e9a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/ServerUtilTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ public function testNormalizeMultipleFiles():void{
191191
]
192192
];
193193

194+
/** @var array $normalized */
194195
$normalized = $this->server->normalizeFiles($files)['files'];
195196

196197
$this::assertCount(3, $normalized);
@@ -226,6 +227,7 @@ public function testNormalizeMultipleFiles():void{
226227
]
227228
];
228229

230+
/** @var array $normalized */
229231
$normalized = $this->server->normalizeFiles($files)['files'];
230232

231233
$this::assertCount(3, $normalized);

0 commit comments

Comments
 (0)