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 a93ce04

Browse filesBrowse files
committed
Fixed PHPDoc for the Ldap component's Entry class
1 parent ff87f30 commit a93ce04
Copy full SHA for a93ce04

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.