Skip to content

Commit 05bd66d

Browse files
authored
Update lazy-objects.xml Add the missing dot char (#4004)
1 parent 3944dc6 commit 05bd66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/oop5/lazy-objects.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ var_dump($post->id);
263263
Listing properties with
264264
<methodname>ReflectionObject::getProperties</methodname>,
265265
<methodname>ReflectionObject::getProperty</methodname>,
266-
<function>get_object_vars</function>
266+
<function>get_object_vars</function>.
267267
</member>
268268
<member>
269269
Iterating over properties of an object that does not implement

0 commit comments

Comments
 (0)