@@ -93,7 +93,7 @@ discard block |
||
93 | 93 | /** |
94 | 94 | * isset returnType |
95 | 95 | * |
96 | - * @param scalar $index |
|
96 | + * @param integer $index |
|
97 | 97 | * @return boolean |
98 | 98 | */ |
99 | 99 | public function issetReturnType($index) |
@@ -104,7 +104,7 @@ discard block |
||
104 | 104 | /** |
105 | 105 | * unset returnType |
106 | 106 | * |
107 | - * @param scalar $index |
|
107 | + * @param integer $index |
|
108 | 108 | * @return void |
109 | 109 | */ |
110 | 110 | public function unsetReturnType($index) |