Skip to content

Commit 9280b58

Browse files
committed
build: Enable phan plugin UseReturnValuePlugin
Suppress false positives Bug: T240141 Change-Id: Ie356512ad76de465b1fda5b913fa30702339cb11
1 parent 9ab3380 commit 9280b58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

includes/libs/uuid/GlobalIdGenerator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,7 @@ public function unitTestTearDown() {
724724
}
725725

726726
public function __destruct() {
727+
// @phan-suppress-next-line PhanPluginUseReturnValueInternalKnown
727728
array_map( 'fclose', array_filter( $this->fileHandles ) );
728729
}
729730
}

0 commit comments

Comments
 (0)