@@ -61,7 +61,7 @@ |
||
61 | 61 | |
62 | 62 | /** |
63 | 63 | * @param array $config |
64 | - * @param $selfCheck |
|
64 | + * @param string $selfCheck |
|
65 | 65 | * |
66 | 66 | * @return array|bool |
67 | 67 | */ |
@@ -166,7 +166,7 @@ |
||
166 | 166 | * @param FormBuilderInterface $builder |
167 | 167 | * @param UserInterface|null $user |
168 | 168 | * |
169 | - * @return callable |
|
169 | + * @return \Closure |
|
170 | 170 | */ |
171 | 171 | public static function getUserAwareChoiceBuilder(FormBuilderInterface $builder, UserInterface $user = null) |
172 | 172 | { |
@@ -91,7 +91,7 @@ |
||
91 | 91 | } |
92 | 92 | |
93 | 93 | /** |
94 | - * @param $name |
|
94 | + * @param string $name |
|
95 | 95 | * @param null $default |
96 | 96 | * |
97 | 97 | * @return null|string |
@@ -79,6 +79,9 @@ |
||
79 | 79 | ); |
80 | 80 | } |
81 | 81 | |
82 | + /** |
|
83 | + * @param string $name |
|
84 | + */ |
|
82 | 85 | private function getFilterDimension($name) |
83 | 86 | { |
84 | 87 | $filter = $this->filter->get($name); |
@@ -88,7 +88,7 @@ discard block |
||
88 | 88 | * @param \Twig_Template $scope |
89 | 89 | * @param null|string $name |
90 | 90 | * |
91 | - * @return mixed|string |
|
91 | + * @return string |
|
92 | 92 | */ |
93 | 93 | public function getUiPageActions(\Twig_Template $scope, $name = null) |
94 | 94 | { |
@@ -108,7 +108,7 @@ discard block |
||
108 | 108 | * @param \Twig_Template $scope |
109 | 109 | * @param string $name |
110 | 110 | * |
111 | - * @return mixed |
|
111 | + * @return string |
|
112 | 112 | */ |
113 | 113 | public function getUiPageSelf(\Twig_Template $scope, $name) |
114 | 114 | { |
@@ -178,8 +178,8 @@ discard block |
||
178 | 178 | /** |
179 | 179 | * Check color is negative? |
180 | 180 | * |
181 | - * @param $color |
|
182 | - * @param $type |
|
181 | + * @param string $color |
|
182 | + * @param string $type |
|
183 | 183 | * |
184 | 184 | * @return bool |
185 | 185 | */ |
@@ -195,8 +195,8 @@ discard block |
||
195 | 195 | /** |
196 | 196 | * Check color is positive? |
197 | 197 | * |
198 | - * @param $color |
|
199 | - * @param $type |
|
198 | + * @param string $color |
|
199 | + * @param string $type |
|
200 | 200 | * |
201 | 201 | * @return bool |
202 | 202 | */ |