bad #2
Annotations
2 errors
InvalidReturnType:
app/Book.php#L10
app/Book.php:10:31: InvalidReturnType: The declared return type 'int' for Book::getTitle is incorrect, got 'string' (see https://psalm.dev/011)
|
InvalidReturnStatement:
app/Book.php#L11
app/Book.php:11:12: InvalidReturnStatement: The inferred type 'string' does not match the declared return type 'int' for Book::getTitle (see https://psalm.dev/128)
|