@@ -112,7 +112,7 @@ discard block |
||
112 | 112 | /** |
113 | 113 | * Check if the class is tagged with noHeader. |
114 | 114 | * |
115 | - * @param $class |
|
115 | + * @param string $class |
|
116 | 116 | * |
117 | 117 | * @return bool |
118 | 118 | */ |
@@ -176,7 +176,7 @@ discard block |
||
176 | 176 | /** |
177 | 177 | * Same as getClassProperties, but the fields are in LowerCaseUnderscored. |
178 | 178 | * |
179 | - * @param $className |
|
179 | + * @param string $className |
|
180 | 180 | * |
181 | 181 | * @return array |
182 | 182 | */ |
@@ -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 | */ |
@@ -79,7 +79,7 @@ discard block |
||
79 | 79 | /** |
80 | 80 | * Log into the TYPO3_CONF_VARS to get more information in the backend. |
81 | 81 | * |
82 | - * @param $message |
|
82 | + * @param string $message |
|
83 | 83 | */ |
84 | 84 | public static function log($message) |
85 | 85 | { |
@@ -78,7 +78,7 @@ |
||
78 | 78 | * Get the correct LLL string for the given key and extension. |
79 | 79 | * |
80 | 80 | * @param string $key |
81 | - * @param $extensionKey |
|
81 | + * @param string $extensionKey |
|
82 | 82 | * @param string $file |
83 | 83 | * @param string $tableName |
84 | 84 | * |
@@ -57,7 +57,7 @@ discard block |
||
57 | 57 | * Get the TCA information of the given data sets. |
58 | 58 | * |
59 | 59 | * @param $implementations |
60 | - * @param $table |
|
60 | + * @param string $table |
|
61 | 61 | * |
62 | 62 | * @return array |
63 | 63 | */ |
@@ -77,7 +77,7 @@ discard block |
||
77 | 77 | /** |
78 | 78 | * Get the SQL information of the given data sets. |
79 | 79 | * |
80 | - * @param $table |
|
80 | + * @param string $table |
|
81 | 81 | * |
82 | 82 | * @return array |
83 | 83 | */ |
@@ -97,7 +97,7 @@ discard block |
||
97 | 97 | * Get the SQL Key information of the given data sets. |
98 | 98 | * |
99 | 99 | * @param $implementations |
100 | - * @param $table |
|
100 | + * @param string $table |
|
101 | 101 | * |
102 | 102 | * @return array |
103 | 103 | */ |