]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix PHPdoc
authorArthur Schiwon <blizzz@owncloud.com>
Wed, 11 Jun 2014 11:35:35 +0000 (13:35 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Mon, 16 Jun 2014 15:51:31 +0000 (17:51 +0200)
apps/user_ldap/lib/connection.php

index abe6b05ccf4c0e31c138afb1965fa49da98b8f2f..a4b9d1ce4e487307590e6bc2822dd44679a05617 100644 (file)
@@ -43,8 +43,9 @@ class Connection extends LDAPUtility {
 
        /**
         * @brief Constructor
-        * @param $configPrefix a string with the prefix for the configkey column (appconfig table)
-        * @param $configID a string with the value for the appid column (appconfig table) or null for on-the-fly connections
+        * @param \OCA\user_ldap\lib\ILDAPWrapper $ldap
+        * @param string $configPrefix a string with the prefix for the configkey column (appconfig table)
+        * @param string|null $configID a string with the value for the appid column (appconfig table) or null for on-the-fly connections
         */
        public function __construct(ILDAPWrapper $ldap, $configPrefix = '', $configID = 'user_ldap') {
                parent::__construct($ldap);