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 d4f6aa1 commit ab51d16Copy full SHA for ab51d16
lib/Providers/Time/HttpTimeProvider.php
@@ -21,10 +21,8 @@ class HttpTimeProvider implements ITimeProvider
21
public function __construct(
22
public string $url = 'https://google.com',
23
public string $expectedtimeformat = 'D, d M Y H:i:s O+',
24
- array|null $options = null,
+ ?array $options = null,
25
) {
26
- $this->url = $url;
27
- $this->expectedtimeformat = $expectedtimeformat;
28
if ($options === null) {
29
$options = array(
30
'http' => array(
0 commit comments