Make transformer phpdoc comment name more verbose
Some checks failed
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Has been cancelled
Some checks failed
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Has been cancelled
This commit is contained in:
parent
f70bcec1fb
commit
2e199b813d
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/**
|
||||
* ActivityPub Transformer for VS Event.
|
||||
* ActivityPub Transformer for the plugin Very Simple Event List.
|
||||
*
|
||||
* @package activity-event-transformers
|
||||
* @license AGPL-3.0-or-later
|
||||
|
@ -53,7 +53,7 @@ class VS_Event extends Post {
|
|||
* @since 1.0.0
|
||||
* @return string The Event Object-Type.
|
||||
*/
|
||||
protected function get_object_type() {
|
||||
protected function get_type() {
|
||||
return 'Event';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue