Skip to content

Commit 3287848

Browse files
committed
Spacing
1 parent 3575b3c commit 3287848

39 files changed

+41
-161
lines changed

src/Auth/BindException.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,4 @@
44

55
use LdapRecord\LdapRecordException;
66

7-
class BindException extends LdapRecordException
8-
{
9-
//
10-
}
7+
class BindException extends LdapRecordException {}

src/Auth/Events/Attempting.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@
22

33
namespace LdapRecord\Auth\Events;
44

5-
class Attempting extends Event
6-
{
7-
//
8-
}
5+
class Attempting extends Event {}

src/Auth/Events/Binding.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@
22

33
namespace LdapRecord\Auth\Events;
44

5-
class Binding extends Event
6-
{
7-
//
8-
}
5+
class Binding extends Event {}

src/Auth/Events/Bound.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@
22

33
namespace LdapRecord\Auth\Events;
44

5-
class Bound extends Event
6-
{
7-
//
8-
}
5+
class Bound extends Event {}

src/Auth/Events/Passed.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@
22

33
namespace LdapRecord\Auth\Events;
44

5-
class Passed extends Event
6-
{
7-
//
8-
}
5+
class Passed extends Event {}

src/Auth/PasswordRequiredException.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,4 @@
44

55
use LdapRecord\LdapRecordException;
66

7-
class PasswordRequiredException extends LdapRecordException
8-
{
9-
//
10-
}
7+
class PasswordRequiredException extends LdapRecordException {}

src/Auth/UsernameRequiredException.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,4 @@
44

55
use LdapRecord\LdapRecordException;
66

7-
class UsernameRequiredException extends LdapRecordException
8-
{
9-
//
10-
}
7+
class UsernameRequiredException extends LdapRecordException {}

src/Configuration/ConfigurationException.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,4 @@
44

55
use LdapRecord\LdapRecordException;
66

7-
class ConfigurationException extends LdapRecordException
8-
{
9-
//
10-
}
7+
class ConfigurationException extends LdapRecordException {}

src/ConnectionException.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@
22

33
namespace LdapRecord;
44

5-
class ConnectionException extends LdapRecordException
6-
{
7-
//
8-
}
5+
class ConnectionException extends LdapRecordException {}

src/ContainerException.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@
22

33
namespace LdapRecord;
44

5-
class ContainerException extends LdapRecordException
6-
{
7-
//
8-
}
5+
class ContainerException extends LdapRecordException {}

0 commit comments

Comments
 (0)