Skip to content

Commit 841f304

Browse files
benjaminpicknicolas-grekas
authored andcommitted
Fix php.net links
1 parent fec8aa5 commit 841f304

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Crypto/SMimeEncrypter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ final class SMimeEncrypter extends SMime
2424

2525
/**
2626
* @param string|string[] $certificate The path (or array of paths) of the file(s) containing the X.509 certificate(s)
27-
* @param int|null $cipher A set of algorithms used to encrypt the message. Must be one of these PHP constants: https://www.php.net/manual/en/openssl.ciphers.php
27+
* @param int|null $cipher A set of algorithms used to encrypt the message. Must be one of these PHP constants: https://php.net/openssl.ciphers
2828
*/
2929
public function __construct(string|array $certificate, ?int $cipher = null)
3030
{

FileinfoMimeTypeGuesser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class FileinfoMimeTypeGuesser implements MimeTypeGuesserInterface
2626
/**
2727
* @param string|null $magicFile A magic file to use with the finfo instance
2828
*
29-
* @see http://www.php.net/manual/en/function.finfo-open.php
29+
* @see https://php.net/finfo-open
3030
*/
3131
public function __construct(?string $magicFile = null)
3232
{

0 commit comments

Comments
 (0)