Skip to content

Commit d01c169

Browse files
committed
🚿
1 parent 51334c0 commit d01c169

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/advanced.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ trait MoreOptions{
3939
// now plug the several library options together to a single object
4040

4141
/**
42-
* @property string foo
43-
* @property string bar
42+
* @property string $foo
43+
* @property string $bar
4444
*/
4545
class MySettings extends SettingsContainerAbstract{
4646
use SomeOptions, MoreOptions; // ...

0 commit comments

Comments
 (0)