@@ -117,7 +117,7 @@ discard block |
||
117 | 117 | /** |
118 | 118 | * Check if the class is tagged with noHeader |
119 | 119 | * |
120 | - * @param $class |
|
120 | + * @param string $class |
|
121 | 121 | * |
122 | 122 | * @return bool |
123 | 123 | */ |
@@ -180,7 +180,7 @@ discard block |
||
180 | 180 | /** |
181 | 181 | * Same as getClassProperties, but the fields are in LowerCaseUnderscored |
182 | 182 | * |
183 | - * @param $className |
|
183 | + * @param string $className |
|
184 | 184 | * |
185 | 185 | * @return array |
186 | 186 | */ |
@@ -21,7 +21,7 @@ discard block |
||
21 | 21 | * |
22 | 22 | * @param string $className |
23 | 23 | * |
24 | - * @return object |
|
24 | + * @return boolean|string |
|
25 | 25 | */ |
26 | 26 | public static function create($className) |
27 | 27 | { |
@@ -36,7 +36,7 @@ discard block |
||
36 | 36 | /** |
37 | 37 | * Get the query for the given class name oder object |
38 | 38 | * |
39 | - * @param string|object $objectName |
|
39 | + * @param string $objectName |
|
40 | 40 | * |
41 | 41 | * @return \TYPO3\CMS\Extbase\Persistence\QueryInterface |
42 | 42 | */ |
@@ -76,7 +76,7 @@ discard block |
||
76 | 76 | /** |
77 | 77 | * Log into the TYPO3_CONF_VARS to get more information in the backend |
78 | 78 | * |
79 | - * @param $message |
|
79 | + * @param string $message |
|
80 | 80 | */ |
81 | 81 | public static function log($message) |
82 | 82 | { |