X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=blobdiff_plain;f=includes%2Fhttp%2FMWCallbackStream.php;h=13ab9b7cafeda89c22f2ef3f0d37bcfe35f0ca70;hb=290ab29617d830d20cdc72cb9e5e199f5e091d9d;hp=a4120a3578cae67a4e5fb1fce35435ae19773e94;hpb=aac6b26c0bafc81287bb042304f1d346da94dc89;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/http/MWCallbackStream.php b/includes/http/MWCallbackStream.php index a4120a3578..13ab9b7caf 100644 --- a/includes/http/MWCallbackStream.php +++ b/includes/http/MWCallbackStream.php @@ -29,6 +29,7 @@ use GuzzleHttp\Psr7\StreamDecoratorTrait; * * @private for use by GuzzleHttpRequest only * @since 1.33 + * @property StreamInterface $stream Defined in StreamDecoratorTrait via @property, not read by phan */ class MWCallbackStream implements StreamInterface { use StreamDecoratorTrait;