We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2118df9 commit 76bc89bCopy full SHA for 76bc89b
src/Builder/Builder.php
@@ -71,7 +71,7 @@ public function __construct(
71
/**
72
* @param ServerRequestInterface $request
73
* @param ResponseInterface $response
74
- * @param object|Array<object> $entity
+ * @param object|Array<object>|null $entity
75
* @param int|null $totalCount
76
*
77
* @return ResponseInterface
src/Hydrators/Hydrator.php
@@ -109,9 +109,6 @@ abstract class Hydrator
109
/** @var Localization\Translator */
110
protected Localization\Translator $translator;
111
112
- /** @var string */
113
- protected string $translationDomain = '';
114
-
115
/** @var mixed[]|null */
116
private ?array $normalizedAttributes = null;
117
0 commit comments