]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Notify.php
Fix the test data / unused function removed
[friendica.git] / src / Model / Notify.php
index 9ebf5c23b3efc0ee07ef91e6b9b07490560a8727..bb7453d325b28a22b1575a0c03d813b7d156241e 100644 (file)
@@ -43,7 +43,7 @@ use Psr\Log\LoggerInterface;
  * @property integer parent Parent Item Id
  * @property boolean seen   Whether the notification was read or not.
  * @property string  verb   Verb URL (@see http://activitystrea.ms)
- * @property string  otype  Subject type (`item`, `intro` or `mail`)
+ * @property string  otype  Subject type ('item', 'intro' or 'mail')
  *
  * @property-read string name_cache Full name of the contact subject
  * @property-read string msg_cache  Plaintext version of the notification text with a placeholder (`{0}`) for the subject contact's name.