Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
Added depreciated notice to schema method
Browse files Browse the repository at this point in the history
The distinguishedNameSubKey method is no longer used or needed.
  • Loading branch information
stevebauman committed Mar 25, 2019
1 parent f1c75e3 commit 4fd6287
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Schemas/SchemaInterface.php
Expand Up @@ -237,6 +237,8 @@ public function distinguishedName();
* value to be the first element in an array, however OpenLDAP expects
* the dn attribute to contain the value, not an array.
*
* @deprecated since 10.0.0
*
* @return int|null
*/
public function distinguishedNameSubKey();
Expand Down

0 comments on commit 4fd6287

Please sign in to comment.