[Pkg-owncloud-commits] [php-sabre-vobject] 38/106: fixed phpdoc

David Prévot taffit at moszumanska.debian.org
Fri Aug 22 15:10:59 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabre-vobject.

commit ef62a675c34758b0a01edc69db7a19106d918476
Author: Markus Staab <markus.staab at redaxo.de>
Date:   Thu Jul 24 09:02:19 2014 +0200

    fixed phpdoc
---
 lib/Sabre/VObject/Component/VCalendar.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Sabre/VObject/Component/VCalendar.php b/lib/Sabre/VObject/Component/VCalendar.php
index 211667a..86802a2 100644
--- a/lib/Sabre/VObject/Component/VCalendar.php
+++ b/lib/Sabre/VObject/Component/VCalendar.php
@@ -161,7 +161,7 @@ class VCalendar extends VObject\Document {
      * VTIMEZONE components will always be excluded.
      *
      * @param string $componentName filter by component name
-     * @return array
+     * @return VObject\Component[]
      */
     public function getBaseComponents($componentName = null) {
 
@@ -195,7 +195,7 @@ class VCalendar extends VObject\Document {
      * If there is no such component, null will be returned.
      *
      * @param string $componentName filter by component name
-     * @return VObject\Component
+     * @return VObject\Component|null
      */
     public function getBaseComponent($componentName = null) {
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git



More information about the Pkg-owncloud-commits mailing list