Skip to content

Commit

Permalink
setValue return mixed
Browse files Browse the repository at this point in the history
  • Loading branch information
blankse authored Nov 6, 2024
1 parent 301b02a commit 53db706
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/GraphQL/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
use Pimcore\Model\Factory;
use Pimcore\Translation\Translator;
use Psr\Container\ContainerInterface;
use stdClass;

class Service
{
Expand Down Expand Up @@ -841,7 +840,7 @@ public static function getValueForObject($object, $key, $brickType = null, $bric
* @param string $attribute
* @param \Closure $callback
*
* @return stdclass|null
* @return mixed result of the callback
*
* @throws \Exception
*/
Expand Down

0 comments on commit 53db706

Please sign in to comment.