Skip to content

Commit 07d7c08

Browse files
authored
Fix BC (#154)
1 parent 2bc9774 commit 07d7c08

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

src/Exception/ErrorException.php

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,7 @@
1414

1515
/**
1616
* `ErrorException` represents a PHP error.
17-
*
18-
* @psalm-type DebugBacktraceType = list<array{
19-
* args?: array<mixed>,
20-
* class?: class-string,
21-
* file?: string,
22-
* function?: string,
23-
* line?: int,
24-
* object?: object,
25-
* type?: string
26-
* }>
17+
* @psalm-type DebugBacktraceType = list<array{args?: array<mixed>, class?: class-string, file?: string, function?: string, line?: int, object?: object, type?: string}>
2718
*
2819
* @final
2920
*/

0 commit comments

Comments
 (0)