[Pkg-owncloud-commits] [php-sabre-vobject] 20/341: Fix typos in API documentation.
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:35:28 UTC 2015
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 b40310dc3cdc96c7c009d7ff2b375e0d750e6f8f
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date: Wed Nov 12 13:52:53 2014 +0100
Fix typos in API documentation.
---
lib/Parser/Json.php | 6 +++---
lib/Parser/MimeDir.php | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/lib/Parser/Json.php b/lib/Parser/Json.php
index 646d601..da86b1f 100644
--- a/lib/Parser/Json.php
+++ b/lib/Parser/Json.php
@@ -20,14 +20,14 @@ use
class Json extends Parser {
/**
- * The input data
+ * The input data.
*
* @var array
*/
protected $input;
/**
- * Root component
+ * Root component.
*
* @var Document
*/
@@ -174,7 +174,7 @@ class Json extends Parser {
}
/**
- * Sets the input data
+ * Sets the input data.
*
* @param resource|string|array $input
* @return void
diff --git a/lib/Parser/MimeDir.php b/lib/Parser/MimeDir.php
index 29fb1c1..f2cf616 100644
--- a/lib/Parser/MimeDir.php
+++ b/lib/Parser/MimeDir.php
@@ -30,14 +30,14 @@ class MimeDir extends Parser {
protected $input;
/**
- * Root component
+ * Root component.
*
* @var Component
*/
protected $root;
/**
- * Parses an iCalendar or vCard file
+ * Parses an iCalendar or vCard file.
*
* Pass a stream or a string. If null is parsed, the existing buffer is
* used.
--
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