X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FUserArray.php;h=7da658272aa3d2565789cd260a559da77665dae5;hb=4235d5abf09650ff9bcbb153299858f9dc4e988b;hp=38f0d9d5187e6edc2fc1e0a5d9ea8fd50c0acc86;hpb=c63e33d5cf04487247df5dd07b3bba7ee32c5f8d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/UserArray.php b/includes/UserArray.php index 38f0d9d518..7da658272a 100644 --- a/includes/UserArray.php +++ b/includes/UserArray.php @@ -22,7 +22,7 @@ abstract class UserArray implements Iterator { /** - * @param $res ResultWrapper + * @param ResultWrapper $res * @return UserArrayFromResult */ static function newFromResult( $res ) { @@ -37,7 +37,7 @@ abstract class UserArray implements Iterator { } /** - * @param $ids array + * @param array $ids * @return UserArrayFromResult */ static function newFromIDs( $ids ) { @@ -57,10 +57,10 @@ abstract class UserArray implements Iterator { } /** - * @param $res + * @param ResultWrapper $res * @return UserArrayFromResult */ protected static function newFromResult_internal( $res ) { return new UserArrayFromResult( $res ); } -} \ No newline at end of file +}