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 51334c0 commit d01c169Copy full SHA for d01c169
examples/advanced.php
@@ -39,8 +39,8 @@ trait MoreOptions{
39
// now plug the several library options together to a single object
40
41
/**
42
- * @property string foo
43
- * @property string bar
+ * @property string $foo
+ * @property string $bar
44
*/
45
class MySettings extends SettingsContainerAbstract{
46
use SomeOptions, MoreOptions; // ...
0 commit comments