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 cde36a6 commit 4e26a32Copy full SHA for 4e26a32
Exception/IOException.php
@@ -20,7 +20,7 @@
20
*/
21
class IOException extends \RuntimeException implements IOExceptionInterface
22
{
23
- private $path;
+ private ?string $path;
24
25
public function __construct(string $message, int $code = 0, \Throwable $previous = null, string $path = null)
26
0 commit comments