Skip to content

Commit 5dafc63

Browse files
Slamdunksebastianbergmann
authored andcommitted
Stub: fix wrong return type
1 parent 9a2f381 commit 5dafc63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/_files/source_with_return_and_array_with_scalars.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function sixth(): int
4848
;
4949
}
5050

51-
public function seventh(): int
51+
public function seventh(): string
5252
{
5353
return
5454
self

0 commit comments

Comments
 (0)