Skip to content

Commit 694b8ab

Browse files
fixed phpstan violation
1 parent 2983de3 commit 694b8ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Debug/Builder/TraceableScreenshotBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function __call(string $name, array $arguments): mixed
7272
}
7373

7474
/**
75-
* @return list<array{'time': float, 'memory': int, 'size': int<0, max>|null, 'fileName': string|null, 'calls': list<array{'class': class-string<ScreenshotBuilderInterface>, 'method': string, 'arguments': array<mixed>}>}>
75+
* @return list<array{'time': float|null, 'memory': int|null, 'size': int<0, max>|null, 'fileName': string|null, 'calls': list<array{'class': class-string<ScreenshotBuilderInterface>, 'method': string, 'arguments': array<mixed>}>}>
7676
*/
7777
public function getFiles(): array
7878
{

0 commit comments

Comments
 (0)