Commit 2118a50
authored
Fix return types in Facade PHPDoc for clear() and forget() (spatie#505)
- `clear()`: returns `bool` but PHPDoc said `void`
- `forget()`: returns `self` (ResponseCache) but PHPDoc said `void`
- Also renamed `$key` to `$uris` in forget() to match actual signature1 parent 2461c17 commit 2118a50
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments