Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0813705

Browse filesBrowse files
committed
minor #17849 [Ldap] Fixed PHPDoc for the Ldap component's Entry class (csarrazi)
This PR was merged into the 3.1-dev branch. Discussion ---------- [Ldap] Fixed PHPDoc for the Ldap component's Entry class | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Fixes the remaining comments from PR #17817 Commits ------- a93ce04 Fixed PHPDoc for the Ldap component's Entry class
2 parents ff87f30 + a93ce04 commit 0813705
Copy full SHA for 0813705

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎src/Symfony/Component/Ldap/Entry.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Ldap/Entry.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ public function getAttributes()
6363
/**
6464
* Sets a value for the given attribute.
6565
*
66-
* @param $name
67-
* @param array $value
66+
* @param string $name
67+
* @param array $value
6868
*/
6969
public function setAttribute($name, array $value)
7070
{
@@ -74,7 +74,7 @@ public function setAttribute($name, array $value)
7474
/**
7575
* Removes a given attribute.
7676
*
77-
* @param $name
77+
* @param string $name
7878
*/
7979
public function removeAttribute($name)
8080
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.