Skip to content

Commit a3ffa37

Browse files
committed
Remove typed property, which requires PHP 7.4+
1 parent 3e60d11 commit a3ffa37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Exception/CreateEncryptedCollectionException.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
*/
2929
final class CreateEncryptedCollectionException extends RuntimeException
3030
{
31-
private array $encryptedFields;
31+
/** @var array */
32+
private $encryptedFields;
3233

3334
public function __construct(Throwable $previous, array $encryptedFields)
3435
{

0 commit comments

Comments
 (0)