Remove unnecessary PHPDoc tags from Ldap\Connection

This commit is contained in:
Eric Lippmann 2015-03-12 23:30:04 +01:00
parent cf271a2f8f
commit 17393a7b41
1 changed files with 0 additions and 4 deletions

View File

@ -23,10 +23,6 @@ use Icinga\Data\ConfigObject;
* 'bind_pw' => '***'
* ));
* </code>
*
* @copyright Copyright (c) 2013 Icinga-Web Team <info@icinga.org>
* @author Icinga-Web Team <info@icinga.org>
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
*/
class Connection
{