@@ -181,7 +181,7 @@ discard block |
||
| 181 | 181 | * Find rate based on values of request parameters. |
| 182 | 182 | * |
| 183 | 183 | * @param Request $request |
| 184 | - * @return static |
|
| 184 | + * @return Rate |
|
| 185 | 185 | */ |
| 186 | 186 | protected function getRateFromRequest(Request $request) |
| 187 | 187 | { |
@@ -194,6 +194,7 @@ discard block |
||
| 194 | 194 | |
| 195 | 195 | /** |
| 196 | 196 | * {@inheritdoc} |
| 197 | + * @param string[] $attributes |
|
| 197 | 198 | */ |
| 198 | 199 | protected function denyAccessUnlessGranted($attributes, $object = null, $message = 'Access Denied.') |
| 199 | 200 | { |
@@ -9,7 +9,6 @@ |
||
| 9 | 9 | */ |
| 10 | 10 | namespace RunOpenCode\Bundle\ExchangeRate\DependencyInjection; |
| 11 | 11 | |
| 12 | -use RunOpenCode\ExchangeRate\Configuration; |
|
| 13 | 12 | use RunOpenCode\Bundle\ExchangeRate\DependencyInjection\Configuration as TreeConfiguration; |
| 14 | 13 | use Symfony\Component\Config\Definition\Exception\InvalidConfigurationException; |
| 15 | 14 | use Symfony\Component\Config\FileLocator; |