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 a28afa7 commit 964a71aCopy full SHA for 964a71a
src/Domain.php
@@ -259,7 +259,7 @@ public function __debugInfo()
259
/**
260
* {@inheritdoc}
261
*/
262
- public function __set_state(array $properties)
+ public static function __set_state(array $properties)
263
{
264
return new self($properties['domain'], $properties['publicSuffix']);
265
}
src/PublicSuffix.php
@@ -140,7 +140,7 @@ public function __debugInfo()
140
141
142
143
144
145
return new self($properties['publicSuffix'], $properties['type']);
146
0 commit comments