Skip to content

Commit 734c5c5

Browse files
committed
[WIP] Apply PHPStan fixes
1 parent 9350c16 commit 734c5c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Common/Dumper/Dumper.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ interface Dumper
2222
/**
2323
* Dumps an `Location` object as a string representation of
2424
* the implemented format.
25+
*
26+
* @return string|array
2527
*/
26-
public function dump(Location $location): mixed;
28+
public function dump(Location $location);
2729
}

0 commit comments

Comments
 (0)