We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
AbstractBinaryInput::getRawBinary()
1 parent 079d2b3 commit 8a6052cCopy full SHA for 8a6052c
src/PageUtils/AbstractBinaryInput.php
@@ -63,7 +63,7 @@ public function getBase64(?int $timeout = null)
63
*
64
* @return string
65
*/
66
- public function getRawBinary(int $timeout = null): string
+ public function getRawBinary(?int $timeout = null): string
67
{
68
return \base64_decode($this->getBase64($timeout), true);
69
}
0 commit comments