Skip to content

Commit 3eb88a9

Browse files
committed
Remove unneeded comments
1 parent 2d7025e commit 3eb88a9

File tree

6 files changed

+0
-34
lines changed

6 files changed

+0
-34
lines changed

src/Auth/BindException.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
use LdapRecord\DetailedError;
66
use LdapRecord\LdapRecordException;
77

8-
/**
9-
* Class BindException.
10-
*
11-
* Thrown when binding to an LDAP connection fails.
12-
*/
138
class BindException extends LdapRecordException
149
{
1510
/**

src/Configuration/ConfigurationException.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44

55
use LdapRecord\LdapRecordException;
66

7-
/**
8-
* Class ConfigurationException.
9-
*
10-
* Thrown when a configuration value does not exist, or a
11-
* configuration value being set is not valid.
12-
*/
137
class ConfigurationException extends LdapRecordException
148
{
159
//

src/Models/Attributes/AccountControl.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@
44

55
use ReflectionClass;
66

7-
/**
8-
* The Account Control class.
9-
*
10-
* This class is for easily building a user account control value.
11-
*
12-
* @link https://support.microsoft.com/en-us/kb/305144
13-
*/
147
class AccountControl
158
{
169
const SCRIPT = 1;

src/Models/BatchModification.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44

55
use InvalidArgumentException;
66

7-
/**
8-
* Class BatchModification.
9-
*
10-
* A utility class to assist in the creation of LDAP
11-
* batch modifications and ensure their validity.
12-
*/
137
class BatchModification
148
{
159
/**

src/Models/ModelDoesNotExistException.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44

55
use LdapRecord\LdapRecordException;
66

7-
/**
8-
* Class ModelDoesNotExistException.
9-
*
10-
* Thrown when a model being saved / updated does not actually exist.
11-
*/
127
class ModelDoesNotExistException extends LdapRecordException
138
{
149
/**

src/Models/ModelNotFoundException.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44

55
use LdapRecord\LdapRecordException;
66

7-
/**
8-
* Class ModelNotFoundException.
9-
*
10-
* Thrown when an LDAP record is not found.
11-
*/
127
class ModelNotFoundException extends LdapRecordException
138
{
149
/**

0 commit comments

Comments
 (0)