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 79d3afe commit 39ed340Copy full SHA for 39ed340
src/Writer.php
@@ -77,7 +77,7 @@ abstract public function set( $key, $value );
77
abstract public function close();
78
79
/**
80
- * If the object goes out of scope, close it for sanity
+ * If the object goes out of scope, close it
81
*/
82
public function __destruct() {
83
if ( isset( $this->handle ) ) {
0 commit comments