@@ -31,7 +31,7 @@ discard block |
||
| 31 | 31 | * |
| 32 | 32 | * @param \Cake\Event\Event $event The event that was fired. |
| 33 | 33 | * |
| 34 | - * @return array|false |
|
| 34 | + * @return string|false |
|
| 35 | 35 | */ |
| 36 | 36 | public function newArticleStats(Event $event) |
| 37 | 37 | { |
@@ -52,7 +52,7 @@ discard block |
||
| 52 | 52 | * |
| 53 | 53 | * @param \Cake\Event\Event $event The event that was fired. |
| 54 | 54 | * |
| 55 | - * @return array|false |
|
| 55 | + * @return string|false |
|
| 56 | 56 | */ |
| 57 | 57 | public function newArticleCommentStats(Event $event) |
| 58 | 58 | { |
@@ -73,7 +73,7 @@ discard block |
||
| 73 | 73 | * |
| 74 | 74 | * @param \Cake\Event\Event $event The event that was fired. |
| 75 | 75 | * |
| 76 | - * @return array|false |
|
| 76 | + * @return string|false |
|
| 77 | 77 | */ |
| 78 | 78 | public function newArticleLikeStats(Event $event) |
| 79 | 79 | { |