Skip to content

Commit

Permalink
fixup! fixup! Elasticsearch 8
Browse files Browse the repository at this point in the history
  • Loading branch information
limenet committed Jan 16, 2024
1 parent 4e98b64 commit 46885bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.55",
"phpstan/phpstan": "^1.10.56",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-strict-rules": "^1.5.2",
"rector/rector": "^0.18.13",
Expand Down
2 changes: 1 addition & 1 deletion src/Document/DocumentNormalizerTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ protected function editableRelation(
fn (Concrete $obj): int => $obj->getId(),
$contents
->getChildren([AbstractObject::OBJECT_TYPE_OBJECT])
->getData()??[]
->getData() ?? []
)
);

Expand Down

0 comments on commit 46885bb

Please sign in to comment.