| @@ -106,7 +106,7 @@ | ||
| 106 | 106 | * Return action configuration resolver | 
| 107 | 107 | * | 
| 108 | 108 | * @param OptionsResolver $resolver | 
| 109 | - * @param $actionName | |
| 109 | + * @param string $actionName | |
| 110 | 110 | * @param Admin|null $admin | 
| 111 | 111 | */ | 
| 112 | 112 | protected function configureOptionsResolver(OptionsResolver $resolver, $actionName, Admin $admin = null) | 
| @@ -62,7 +62,7 @@ | ||
| 62 | 62 |          $resolver->setAllowedTypes('base_template', 'string'); | 
| 63 | 63 |          $resolver->setNormalizer('base_template', function (Options $options, $value) { | 
| 64 | 64 | // resource must exists | 
| 65 | - $this | |
| 65 | + $this | |
| 66 | 66 | ->kernel | 
| 67 | 67 | ->locateResource($value); | 
| 68 | 68 | |