@@ -156,7 +156,7 @@ |
||
156 | 156 | } |
157 | 157 | |
158 | 158 | /** |
159 | - * @param int $triggered |
|
159 | + * @param integer $events |
|
160 | 160 | */ |
161 | 161 | public function setEvents($events) |
162 | 162 | { |
@@ -28,7 +28,7 @@ |
||
28 | 28 | protected $adminRouteHelper; |
29 | 29 | |
30 | 30 | /** |
31 | - * @return mixed |
|
31 | + * @return string |
|
32 | 32 | */ |
33 | 33 | public function getTemplate() |
34 | 34 | { |
@@ -9,8 +9,14 @@ |
||
9 | 9 | */ |
10 | 10 | interface DataCollectionInterface |
11 | 11 | { |
12 | + /** |
|
13 | + * @return AbstractDataCollector |
|
14 | + */ |
|
12 | 15 | public function setTemplate($template); |
13 | 16 | |
17 | + /** |
|
18 | + * @return string |
|
19 | + */ |
|
14 | 20 | public function getTemplate(); |
15 | 21 | |
16 | 22 | public function getAccessRoles(); |
@@ -21,7 +21,7 @@ |
||
21 | 21 | } |
22 | 22 | |
23 | 23 | /** |
24 | - * @return array |
|
24 | + * @return string[] |
|
25 | 25 | */ |
26 | 26 | public function getAccessRoles() |
27 | 27 | { |
@@ -227,6 +227,11 @@ |
||
227 | 227 | return $translation; |
228 | 228 | } |
229 | 229 | |
230 | + /** |
|
231 | + * @param string $string |
|
232 | + * |
|
233 | + * @return string |
|
234 | + */ |
|
230 | 235 | private function incrementString($string, $append = '-v') |
231 | 236 | { |
232 | 237 | $finalDigitGrabberRegex = '/\d+$/'; |
@@ -11,7 +11,7 @@ |
||
11 | 11 | /** |
12 | 12 | * Check if this parser is applicable |
13 | 13 | * |
14 | - * @return bool |
|
14 | + * @return integer |
|
15 | 15 | */ |
16 | 16 | public function canParse($value) |
17 | 17 | { |
@@ -34,7 +34,7 @@ |
||
34 | 34 | /** |
35 | 35 | * @param int $percentage |
36 | 36 | * |
37 | - * @return AfterXScrollPercent |
|
37 | + * @return AfterXScrollPercentRule |
|
38 | 38 | */ |
39 | 39 | public function setPercentage($percentage) |
40 | 40 | { |
@@ -30,7 +30,7 @@ |
||
30 | 30 | /** |
31 | 31 | * @param string $locale |
32 | 32 | * |
33 | - * @return LocaleWhitelistRule |
|
33 | + * @return LocaleBlacklistRule |
|
34 | 34 | */ |
35 | 35 | public function setLocale($locale) |
36 | 36 | { |
@@ -161,7 +161,7 @@ |
||
161 | 161 | } |
162 | 162 | |
163 | 163 | /** |
164 | - * @param mixed $googleId |
|
164 | + * @param string $googleId |
|
165 | 165 | */ |
166 | 166 | public function setGoogleId($googleId) |
167 | 167 | { |