[Pkg-owncloud-commits] [owncloud] 155/457: Add type hint for OC_Channel
David Prévot
taffit at moszumanska.debian.org
Sun Jun 28 20:05:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit 4239054383b078fff2a125841494f3aea72abd0c
Author: Victor Dubiniuk <victor.dubiniuk at gmail.com>
Date: Wed May 27 17:42:24 2015 +0300
Add type hint for OC_Channel
---
lib/private/util.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/private/util.php b/lib/private/util.php
index c2f7d0d..59408c0 100644
--- a/lib/private/util.php
+++ b/lib/private/util.php
@@ -393,6 +393,7 @@ class OC_Util {
if (\OC::$server->getSystemConfig()->getValue('installed', false)) {
$channel = \OC::$server->getAppConfig()->getValue('core', 'OC_Channel');
} else {
+ /** @var $OC_Channel string */
$channel = $OC_Channel;
}
--
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