@@ -124,7 +124,7 @@ |
||
124 | 124 | * |
125 | 125 | * @param string $sText |
126 | 126 | * @param string $aSubstitutionArray |
127 | - * @param int|bool $iMaxLength |
|
127 | + * @param integer $iMaxLength |
|
128 | 128 | * @return string |
129 | 129 | */ |
130 | 130 | public function handleSubstituteReplacement($sText, $aSubstitutionArray, $iMaxLength = false) |
@@ -237,7 +237,7 @@ |
||
237 | 237 | } |
238 | 238 | |
239 | 239 | /** |
240 | - * @return \PHPUnit_Framework_MockObject_MockObject |
|
240 | + * @return Observer |
|
241 | 241 | */ |
242 | 242 | private function getExecuteObserver() |
243 | 243 | { |