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 8d769d6 commit f05fb5eCopy full SHA for f05fb5e
src/Core/Document/ErrorSource.php
@@ -77,7 +77,7 @@ public static function fromArray(array $source): self
77
* @param string|null $parameter
78
* @param string|null $header
79
*/
80
- public function __construct(string $pointer = null, string $parameter = null, string $header = null)
+ public function __construct(?string $pointer = null, ?string $parameter = null, ?string $header = null)
81
{
82
$this->pointer = $pointer;
83
$this->parameter = $parameter;
0 commit comments