Skip to content

Commit

Permalink
Fix typo (#2999)
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored Mar 21, 2020
1 parent e49a5dd commit 4079b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/running_psalm/issues/ImplicitToStringCast.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function takesString(string $s) : void {}
takesString(new A);
```

## How to fix
## How to fix

You can add an explicit string cast:

Expand Down

0 comments on commit 4079b53

Please sign in to comment.