Skip to content

Commit

Permalink
Use softer return
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Oct 29, 2020
1 parent 2e95d1f commit 438bcc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stubs/Stringable.php
Expand Up @@ -2,5 +2,6 @@

interface Stringable
{
function __toString() : string;
/** @return string */
function __toString();
}

0 comments on commit 438bcc6

Please sign in to comment.