Skip to content

Commit 605e1bc

Browse files
committed
Fix code doc
1 parent 5b6d13f commit 605e1bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Testing/VirtualAttributeObserver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class VirtualAttributeObserver
88
{
99
/**
10-
* The attributes to and update when changed.
10+
* The attributes to watch with their related attributes to update.
1111
*/
1212
public static array $attributes = [
1313
'dn' => ['member', 'memberof'],

src/Testing/VirtualAttributeValueObserver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class VirtualAttributeValueObserver
66
{
77
/**
8-
* The attributes to watch with its attribute to update.
8+
* The attributes to watch with their related attributes to update.
99
*/
1010
public static array $attributes = [
1111
'member' => 'memberof',

0 commit comments

Comments
 (0)