Skip to content

Commit 3889cf8

Browse files
committed
IMAP: Declare IMAPConnection class stub as final
1 parent 7b9a311 commit 3889cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/imap/php_imap.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/** @generate-function-entries */
4-
class IMAPConnection {
4+
final class IMAPConnection {
55

66
}
77

0 commit comments

Comments
 (0)