Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Apr 17, 2023
1 parent e45f830 commit c4f51a3
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/Models/Attributes/Guid.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,6 @@ class Guid
*/
protected ?string $value = null;

/**
* The guid structure in order by section to parse using substr().
*
* @author Chad Sikorra <Chad.Sikorra@gmail.com>
*
* @see https://github.com/ldaptools/ldaptools
*/
protected array $guidSections = [
[[-26, 2], [-28, 2], [-30, 2], [-32, 2]],
[[-22, 2], [-24, 2]],
[[-18, 2], [-20, 2]],
[[-16, 4]],
[[-12, 12]],
];

/**
* The hexadecimal octet order based on string position.
*
Expand Down

0 comments on commit c4f51a3

Please sign in to comment.