mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Fix return type mismatch
This commit is contained in:
parent
b46011b3a5
commit
38e48a8c1c
@ -121,7 +121,7 @@ class A {
|
||||
class B extends A {
|
||||
/** @return string */
|
||||
public function foo() {
|
||||
return true;
|
||||
return "hello";
|
||||
}
|
||||
}
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user