We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 712f4f0 commit a8a0d2cCopy full SHA for a8a0d2c
1 file changed
src/StreamTrait.php
@@ -118,6 +118,7 @@ public function detach()
118
* Get the size of the stream if known.
119
*
120
* @return int|null Returns the size in bytes if known, or null if unknown.
121
+ * @psalm-suppress RedundantCast
122
*/
123
public function getSize(): ?int
124
{
0 commit comments