Skip to content

Commit 8d9cb30

Browse files
committed
fix: Fix compatibility with old PHP versions
1 parent cba6b79 commit 8d9cb30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/TlsIconTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function __construct($name = null, array $data = [], $dataName = '')
5151
$this->strNewPostfixTLSv13 = '<img class="lock_icon" src="' . $plugin->get_svg_path('lock.svg') . '" title="TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (secp384r1) server-signature RSA-PSS (4096 bits) server-digest SHA256" />';
5252
}
5353

54-
protected function tearDown(): void
54+
protected function tearDown()
5555
{
5656
rcmail::$instance = null;
5757
parent::tearDown();

0 commit comments

Comments
 (0)