Skip to content

Commit aeca086

Browse files
Philippe Segatorinicolas-grekas
authored andcommitted
Remove superfluous phpdoc tags
1 parent e3448be commit aeca086

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

Adapter/AdapterInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public function getConnection();
2828
*
2929
* @param string $dn
3030
* @param string $query
31-
* @param array $options
3231
*
3332
* @return QueryInterface
3433
*/

Adapter/EntryManagerInterface.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ interface EntryManagerInterface
2626
/**
2727
* Adds a new entry in the Ldap server.
2828
*
29-
* @param Entry $entry
30-
*
3129
* @throws NotBoundException
3230
* @throws LdapException
3331
*/
@@ -36,8 +34,6 @@ public function add(Entry $entry);
3634
/**
3735
* Updates an entry from the Ldap server.
3836
*
39-
* @param Entry $entry
40-
*
4137
* @throws NotBoundException
4238
* @throws LdapException
4339
*/
@@ -46,8 +42,6 @@ public function update(Entry $entry);
4642
/**
4743
* Removes an entry from the Ldap server.
4844
*
49-
* @param Entry $entry
50-
*
5145
* @throws NotBoundException
5246
* @throws LdapException
5347
*/

Adapter/RenameEntryInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ interface RenameEntryInterface
1414
/**
1515
* Renames an entry on the Ldap server.
1616
*
17-
* @param Entry $entry
1817
* @param string $newRdn
1918
* @param bool $removeOldRdn
2019
*/

Entry.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ public function getAttributes()
7676
* Sets a value for the given attribute.
7777
*
7878
* @param string $name
79-
* @param array $value
8079
*/
8180
public function setAttribute($name, array $value)
8281
{

LdapInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ public function bind($dn = null, $password = null);
4040
*
4141
* @param string $dn
4242
* @param string $query
43-
* @param array $options
4443
*
4544
* @return QueryInterface
4645
*/

0 commit comments

Comments
 (0)