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