Skip to content

Commit

Permalink
Fix regression from pimcore#875
Browse files Browse the repository at this point in the history
  • Loading branch information
blankse authored Nov 6, 2024
1 parent 6a39a58 commit c6abe16
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/GraphQL/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,9 @@ public function getPropertyTypeDefinition($typeName)
* @param string|null $brickType
* @param string|null $brickKey
* @param Data|null $fieldDefinition
* @param array $context
* @param array|null $brickDescriptor
* @param array $args
*
* @return stdclass, value and objectid where the value comes from
*/
Expand Down Expand Up @@ -1162,7 +1165,7 @@ public static function getValueFromObjectBrick(
Concrete $object,
string $brickType,
string $brickKey,
string $brickDescriptor = null,
?array $brickDescriptor = null,
array $descriptorData = [],
): stdClass|array|null {
$context = ['object' => $object];
Expand Down

0 comments on commit c6abe16

Please sign in to comment.