@@ -111,7 +111,7 @@ discard block |
||
111 | 111 | /** |
112 | 112 | * isset end |
113 | 113 | * |
114 | - * @param scalar $index |
|
114 | + * @param integer $index |
|
115 | 115 | * @return boolean |
116 | 116 | */ |
117 | 117 | public function issetEnd($index) |
@@ -122,7 +122,7 @@ discard block |
||
122 | 122 | /** |
123 | 123 | * unset end |
124 | 124 | * |
125 | - * @param scalar $index |
|
125 | + * @param integer $index |
|
126 | 126 | * @return void |
127 | 127 | */ |
128 | 128 | public function unsetEnd($index) |