@@ -83,7 +83,7 @@ |
||
83 | 83 | $resourceMetadata = $this->resourceMetadataFactory->create($resourceClass); |
84 | 84 | |
85 | 85 | $classOperations = $this->getGroupsForItemAndCollectionOperation($resourceMetadata, $operationName, $io); |
86 | - echo '<pre>';var_dump($classOperations['serializer_groups'], !empty($classOperations['serializer_groups'])); echo '</pre>'; |
|
86 | + echo '<pre>'; var_dump($classOperations['serializer_groups'], !empty($classOperations['serializer_groups'])); echo '</pre>'; |
|
87 | 87 | if (!empty($classOperations['serializer_groups'])) { |
88 | 88 | return $this->getPropertyMetadata($resourceMetadata, $resourceClass, $io, [], $classOperations); |
89 | 89 | } |