mirror of
https://github.com/danog/psalm-plugin-symfony.git
synced 2024-11-26 11:55:00 +01:00
Update
This commit is contained in:
parent
ce95312a5d
commit
9a3a92e859
@ -11,9 +11,11 @@ class Request
|
||||
*
|
||||
* @throws \LogicException
|
||||
*
|
||||
* @psalm-template TAsResource as bool
|
||||
* @psalm-param TAsResource $asResource
|
||||
* @psalm-return (TAsResource is true ? resource : string)
|
||||
* @psalm-return (
|
||||
* $asResource is true
|
||||
* ? resource
|
||||
* : string
|
||||
* )
|
||||
*/
|
||||
public function getContent($asResource = false) {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user