mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Use softer return
This commit is contained in:
parent
2c2e171441
commit
7c1c2f77f7
@ -2,5 +2,6 @@
|
||||
|
||||
interface Stringable
|
||||
{
|
||||
function __toString() : string;
|
||||
/** @return string */
|
||||
function __toString();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user