X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FUserArray.php;h=7da658272aa3d2565789cd260a559da77665dae5;hb=33bc31488d19e782fa94b6965b5fcfca68371714;hp=38f0d9d5187e6edc2fc1e0a5d9ea8fd50c0acc86;hpb=68e8c6ca53c2c59d265d01a9583de85161fbfff8;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 +}