Skip to content

Commit cfb3111

Browse files
Merge branch '6.4' into 7.2
* 6.4: Fix php.net links [DoctrineBridge] Restore compatibility with Doctrine ODM by validating $class object type [FrameworkBundle] Add functional tests for the `ContainerLintCommand` command Fix precision loss when rounding large integers in `NumberToLocalizedStringTransformer`
2 parents 706e65c + 841f304 commit cfb3111

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
@@ -30,7 +30,7 @@ class FileinfoMimeTypeGuesser implements MimeTypeGuesserInterface
3030
/**
3131
* @param string|null $magicFile A magic file to use with the finfo instance
3232
*
33-
* @see http://www.php.net/manual/en/function.finfo-open.php
33+
* @see https://php.net/finfo-open
3434
*/
3535
public function __construct(
3636
private ?string $magicFile = null,

0 commit comments

Comments
 (0)