Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
ldap
Commits
f2159ded
Commit
f2159ded
authored
Feb 18, 2020
by
David Surville
Browse files
[Anomalie] PHP Notice: Only variables should be passed by reference
parent
6759f3b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/UnicaenLdap/Entity/Entity.php
View file @
f2159ded
...
...
@@ -171,7 +171,8 @@ abstract class Entity
*/
public
function
getKey
()
{
return
reset
(
self
::
getNodeParams
(
$this
->
type
));
$params
=
self
::
getNodeParams
(
$this
->
type
);
return
reset
(
$params
);
}
/**
...
...
Write
Preview
Markdown
is supported
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