[Pkg-owncloud-commits] [owncloud] 64/153: fixing typos and adding PHPDoc

David Prévot taffit at moszumanska.debian.org
Tue May 27 03:05:36 UTC 2014


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

taffit pushed a commit to branch master
in repository owncloud.

commit 8314e5f4d11d03a780334944d8578838c50600ce
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Mon May 12 21:58:09 2014 +0200

    fixing typos and adding PHPDoc
---
 lib/private/db/connectionfactory.php | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lib/private/db/connectionfactory.php b/lib/private/db/connectionfactory.php
index 14ffe1a..8f852cf 100644
--- a/lib/private/db/connectionfactory.php
+++ b/lib/private/db/connectionfactory.php
@@ -9,7 +9,7 @@
 namespace OC\DB;
 
 /**
-* Takes care of creating and configurating Doctrine connections.
+* Takes care of creating and configuring Doctrine connections.
 */
 class ConnectionFactory {
 	/**
@@ -91,6 +91,7 @@ class ConnectionFactory {
 			case 'sqlite3':
 				// Sqlite doesn't handle query caching and schema changes
 				// TODO: find a better way to handle this
+				/** @var $connection \OC\DB\Connection */
 				$connection->disableQueryStatementCaching();
 				break;
 		}
@@ -107,7 +108,7 @@ class ConnectionFactory {
 	}
 
 	/**
-	* @brief Checks whether the specififed DBMS type is valid.
+	* @brief Checks whether the specified DBMS type is valid.
 	* @return bool
 	*/
 	public function isValidType($type) {

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



More information about the Pkg-owncloud-commits mailing list