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 60227bd commit 58a2698Copy full SHA for 58a2698
src/Container/AbstractObjectContainer.php
@@ -127,7 +127,7 @@ public function jsonSerialize(): array
127
abstract protected function objectClass(): string;
128
129
/**
130
- * Must return the object class name that this container is made to contain.
+ * Must return the object's property name that this container is using to store the object.
131
*/
132
abstract protected function objectProperty(): string;
133
0 commit comments