@@ -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) |
@@ -146,7 +146,7 @@ |
||
| 146 | 146 | for ($j = $i + 1; $j < $numParms; $j++) { |
| 147 | 147 | assert( |
| 148 | 148 | $this->parameter[$j] instanceof TFunctionImportParameterType, |
| 149 | - get_class($this->parameter[$j]). ' ' . $j |
|
| 149 | + get_class($this->parameter[$j]).' '.$j |
|
| 150 | 150 | ); |
| 151 | 151 | $inName = $this->parameter[$j]->getName(); |
| 152 | 152 | if ($outName == $inName) { |