Skip to content

Commit

Permalink
Update annotation on private property to support PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
beblife committed Apr 24, 2023
1 parent 96febd6 commit 0f7f745
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Indices/Mapping.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ final class Mapping implements Arrayable
private ?bool $isSourceEnabled;
private MappingProperties $properties;
private array $dynamicTemplates = [];
private mixed $dynamic;
/**
* @var string|bool|null
*/
private $dynamic;

public function __construct()
{
Expand Down

0 comments on commit 0f7f745

Please sign in to comment.