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