@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace AmaTeam\ElasticSearch\API\Entity\Mapping; |
6 | 6 | |
@@ -29,6 +29,6 @@ discard block |
||
29 | 29 | public function getProperty(string $name): PropertyMappingInterface; |
30 | 30 | public function requestProperty(string $name): PropertyMappingInterface; |
31 | 31 | |
32 | - public function getIgnoredParentProperties(): ?array; |
|
32 | + public function getIgnoredParentProperties(): ? array; |
|
33 | 33 | public function setIgnoredParentProperties(string ...$properties): ClassMappingInterface; |
34 | 34 | } |