Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
t3o
my.typo3.org
Commits
0d969b23
Commit
0d969b23
authored
Mar 29, 2019
by
Stefan Busemann
Browse files
[CGL] Resolve empty lines
parent
1cb8ef59
Pipeline
#6599
passed with stages
in 2 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/t3o_ldap/Classes/Connectors/Ldap.php
View file @
0d969b23
...
@@ -113,7 +113,6 @@ class Ldap
...
@@ -113,7 +113,6 @@ class Ldap
try
{
try
{
if
(
$this
->
createLdapConnection
())
{
if
(
$this
->
createLdapConnection
())
{
$this
->
ldapBind
(
$this
->
ldapConnection
,
$this
->
ldapBindDn
,
$this
->
ldapBindPassword
);
$this
->
ldapBind
(
$this
->
ldapConnection
,
$this
->
ldapBindDn
,
$this
->
ldapBindPassword
);
}
else
{
}
else
{
throw
new
\
Exception
(
throw
new
\
Exception
(
'createLdapConnection connection failed'
,
'createLdapConnection connection failed'
,
...
@@ -123,8 +122,6 @@ class Ldap
...
@@ -123,8 +122,6 @@ class Ldap
}
catch
(
\
Exception
$e
)
{
}
catch
(
\
Exception
$e
)
{
throw
$e
;
throw
$e
;
}
}
}
}
/**
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment