浏览代码

Fix phpdoc in Comments

tags/v11.0RC2
Roeland Jago Douma 8 年前
父节点
当前提交
64ff8ac6fa
没有帐户链接到提交者的电子邮件
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 1
    1
      apps/dav/lib/Comments/CommentsPlugin.php
  2. 3
    3
      lib/private/Comments/Comment.php

+ 1
- 1
apps/dav/lib/Comments/CommentsPlugin.php 查看文件

@@ -149,7 +149,7 @@ class CommentsPlugin extends ServerPlugin {
* REPORT operations to look for comments
*
* @param string $reportName
* @param [] $report
* @param array $report
* @param string $uri
* @return bool
* @throws NotFound

+ 3
- 3
lib/private/Comments/Comment.php 查看文件

@@ -47,8 +47,8 @@ class Comment implements IComment {
/**
* Comment constructor.
*
* @param [] $data optional, array with keys according to column names from
* the comments database scheme
* @param array $data optional, array with keys according to column names from
* the comments database scheme
*/
public function __construct(array $data = null) {
if(is_array($data)) {
@@ -358,7 +358,7 @@ class Comment implements IComment {
* sets the comment data based on an array with keys as taken from the
* database.
*
* @param [] $data
* @param array $data
* @return IComment
*/
protected function fromArray($data) {

正在加载...
取消
保存