@@ -49,12 +49,12 @@ |
||
| 49 | 49 | { |
| 50 | 50 | if (OperationType::SUBRESOURCE === $operationType = OperationTypeDeprecationHelper::getOperationType($operationType)) { |
| 51 | 51 | return sprintf( |
| 52 | - '%s%s_%s_%s%s', |
|
| 53 | - static::ROUTE_NAME_PREFIX, |
|
| 54 | - self::routeNameResolver($resourceShortName), |
|
| 55 | - self::routeNameResolver($property, $subresourceCollection), |
|
| 56 | - $operationName, |
|
| 57 | - self::SUBRESOURCE_SUFFIX |
|
| 52 | + '%s%s_%s_%s%s', |
|
| 53 | + static::ROUTE_NAME_PREFIX, |
|
| 54 | + self::routeNameResolver($resourceShortName), |
|
| 55 | + self::routeNameResolver($property, $subresourceCollection), |
|
| 56 | + $operationName, |
|
| 57 | + self::SUBRESOURCE_SUFFIX |
|
| 58 | 58 | ); |
| 59 | 59 | } |
| 60 | 60 | |