@@ -39,7 +39,7 @@ |
||
39 | 39 | * @param string $content |
40 | 40 | * @param array $conf |
41 | 41 | * |
42 | - * @return array |
|
42 | + * @return string |
|
43 | 43 | */ |
44 | 44 | public function render($content, $conf) { |
45 | 45 | $lines = array(); |
@@ -19,7 +19,7 @@ |
||
19 | 19 | /** |
20 | 20 | * Render the given element |
21 | 21 | * |
22 | - * @return array |
|
22 | + * @return string[] |
|
23 | 23 | */ |
24 | 24 | public function renderInternal() { |
25 | 25 | $headerWrap = MailUtility::breakLinesForEmail(trim($this->contentObject->data['header']), LF, Configuration::getPlainTextWith()); |
@@ -19,7 +19,7 @@ |
||
19 | 19 | /** |
20 | 20 | * Render the given element |
21 | 21 | * |
22 | - * @return array |
|
22 | + * @return string[] |
|
23 | 23 | */ |
24 | 24 | public function renderInternal() { |
25 | 25 | $objectManager = new ObjectManager(); |
@@ -19,7 +19,7 @@ |
||
19 | 19 | /** |
20 | 20 | * Render the given element |
21 | 21 | * |
22 | - * @return array |
|
22 | + * @return string |
|
23 | 23 | */ |
24 | 24 | public function renderInternal() { |
25 | 25 | $str = $this->contentObject->cObjGetSingle($this->configuration['menu'], $this->configuration['menu.']); |
@@ -15,7 +15,7 @@ |
||
15 | 15 | /** |
16 | 16 | * Render the current content |
17 | 17 | * |
18 | - * @return array |
|
18 | + * @return string[] |
|
19 | 19 | */ |
20 | 20 | public function renderInternal() { |
21 | 21 |
@@ -341,6 +341,10 @@ |
||
341 | 341 | return $file; |
342 | 342 | } |
343 | 343 | |
344 | + /** |
|
345 | + * @param string $class |
|
346 | + * @param string $ext |
|
347 | + */ |
|
344 | 348 | private function findFileWithExtension($class, $ext) |
345 | 349 | { |
346 | 350 | // PSR-4 lookup |
@@ -58,7 +58,7 @@ |
||
58 | 58 | * |
59 | 59 | * @throws SyntaxErrorException |
60 | 60 | * |
61 | - * @return array |
|
61 | + * @return integer[] |
|
62 | 62 | */ |
63 | 63 | public static function parseSeries(array $tokens) |
64 | 64 | { |
@@ -89,7 +89,7 @@ |
||
89 | 89 | } |
90 | 90 | |
91 | 91 | /** |
92 | - * @param array $values |
|
92 | + * @param string[] $values |
|
93 | 93 | * |
94 | 94 | * @return bool |
95 | 95 | */ |
@@ -66,7 +66,7 @@ |
||
66 | 66 | /** |
67 | 67 | * @param int $flag |
68 | 68 | * |
69 | - * @return bool |
|
69 | + * @return integer |
|
70 | 70 | */ |
71 | 71 | public function hasFlag($flag) |
72 | 72 | { |