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 6b9e5c5 commit d0f941aCopy full SHA for d0f941a
Adapter/ExtLdap/Connection.php
@@ -46,6 +46,9 @@ public function __sleep(): array
46
throw new \BadMethodCallException('Cannot serialize '.__CLASS__);
47
}
48
49
+ /**
50
+ * @return void
51
+ */
52
public function __wakeup()
53
{
54
throw new \BadMethodCallException('Cannot unserialize '.__CLASS__);
Adapter/ExtLdap/Query.php
@@ -36,6 +36,9 @@ public function __sleep(): array
36
37
38
39
40
41
42
43
44
0 commit comments