| @@ -143,7 +143,7 @@ | ||
| 143 | 143 | * | 
| 144 | 144 | * @param string $fieldPath | 
| 145 | 145 | * | 
| 146 | - * @return string|null | |
| 146 | + * @return string | |
| 147 | 147 | */ | 
| 148 | 148 | protected function getParentFieldPath($fieldPath) | 
| 149 | 149 |      { | 
| @@ -2,12 +2,10 @@ | ||
| 2 | 2 | |
| 3 | 3 | namespace Oro\Bundle\ApiBundle\DependencyInjection; | 
| 4 | 4 | |
| 5 | -use Symfony\Component\Config\Definition\Exception\InvalidConfigurationException; | |
| 6 | 5 | use Symfony\Component\Config\FileLocator; | 
| 7 | 6 | use Symfony\Component\DependencyInjection\ContainerBuilder; | 
| 8 | 7 | use Symfony\Component\DependencyInjection\Loader; | 
| 9 | 8 | use Symfony\Component\HttpKernel\DependencyInjection\Extension; | 
| 10 | - | |
| 11 | 9 | use Oro\Component\Config\Loader\CumulativeConfigLoader; | 
| 12 | 10 | use Oro\Component\Config\Loader\YamlCumulativeFileLoader; | 
| 13 | 11 | use Oro\Bundle\ApiBundle\Config\Definition\ApiConfiguration; | 
| @@ -37,7 +37,7 @@ | ||
| 37 | 37 | } | 
| 38 | 38 | |
| 39 | 39 | /** | 
| 40 | - * @param $expectedDql | |
| 40 | + * @param string $expectedDql | |
| 41 | 41 | */ | 
| 42 | 42 | protected function assertQuery($expectedDql) | 
| 43 | 43 |      { | 
| @@ -188,7 +188,7 @@ | ||
| 188 | 188 | |
| 189 | 189 | /** | 
| 190 | 190 | * @param array|null $definition | 
| 191 | - * @param array|null $testSection | |
| 191 | + * @param string[] $testSection | |
| 192 | 192 | * | 
| 193 | 193 | * @return Config | 
| 194 | 194 | */ |