@@ -91,6 +91,9 @@ |
||
| 91 | 91 | } |
| 92 | 92 | |
| 93 | 93 | |
| 94 | + /** |
|
| 95 | + * @param string $textDomain |
|
| 96 | + */ |
|
| 94 | 97 | protected function translatePart($translate, $result, $textDomain, $locale) |
| 95 | 98 | { |
| 96 | 99 | $newResult = parent::translate($result, $textDomain, $locale); |
@@ -279,7 +279,6 @@ |
||
| 279 | 279 | } |
| 280 | 280 | |
| 281 | 281 | /** |
| 282 | - |
|
| 283 | 282 | * @param string $theme |
| 284 | 283 | * @return \Magium\Themes\ThemeConfigurationInterface |
| 285 | 284 | */ |
@@ -25,6 +25,9 @@ |
||
| 25 | 25 | protected $testCaseConfigurationObject; |
| 26 | 26 | protected $testCaseConfiguration; |
| 27 | 27 | |
| 28 | + /** |
|
| 29 | + * @param string $testCaseConfigurationType |
|
| 30 | + */ |
|
| 28 | 31 | public function __construct( |
| 29 | 32 | $testCaseConfigurationType, |
| 30 | 33 | TestCaseConfiguration $object = null |