Skip to content

Commit

Permalink
chore: fix code style (#5581)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed May 3, 2023
1 parent db93dbc commit f66bc9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Metadata/Resource/ResourceMetadataCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ public function getOperation(?string $operationName = null, bool $forceCollectio
}

// Idea:
// if ($metadata) {
// return (new class extends HttpOperation {})->withResource($metadata);
// }
// if ($metadata) {
// return (new class extends HttpOperation {})->withResource($metadata);
// }

$this->handleNotFound($operationName, $metadata);
}
Expand Down

0 comments on commit f66bc9c

Please sign in to comment.