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 e5fc652 commit cfd8f0eCopy full SHA for cfd8f0e
src/PhpImap/Mailbox.php
@@ -79,11 +79,10 @@ protected function disconnect() {
79
80
/**
81
* Sets 'expunge on disconnect' parameter
82
- * @param bool $value
+ * @param bool $isEnabled
83
*/
84
- public function setExpungeOnDisconnect($value)
85
- {
86
- $this->expungeOnDisconnect = $value;
+ public function setExpungeOnDisconnect($isEnabled) {
+ $this->expungeOnDisconnect = $isEnabled;
87
}
88
89
0 commit comments