Skip to content

Commit 58a2698

Browse files
committed
Minor comment update
1 parent 60227bd commit 58a2698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Container/AbstractObjectContainer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public function jsonSerialize(): array
127127
abstract protected function objectClass(): string;
128128

129129
/**
130-
* Must return the object class name that this container is made to contain.
130+
* Must return the object's property name that this container is using to store the object.
131131
*/
132132
abstract protected function objectProperty(): string;
133133

0 commit comments

Comments
 (0)