Skip to content

Commit 39ed340

Browse files
committed
Remove or replace usages of "sanity"
Bug: T254646 Change-Id: Idd8375c5f5f3057975420bbda78e6fc4a6c01ac9
1 parent 79d3afe commit 39ed340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Writer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ abstract public function set( $key, $value );
7777
abstract public function close();
7878

7979
/**
80-
* If the object goes out of scope, close it for sanity
80+
* If the object goes out of scope, close it
8181
*/
8282
public function __destruct() {
8383
if ( isset( $this->handle ) ) {

0 commit comments

Comments
 (0)