Skip to content

Commit 9d6fad4

Browse files
committed
explicit
1 parent 6350ea0 commit 9d6fad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/adr/0000-subresources-definition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ We choose to use multiple `ApiResource` annotations to declare subresources on a
1919

2020
* Subresource declaration is an important feature and removing it would harm the software.
2121
* The `ApiSubresource` annotation is declared on a Model's properties, which was identified as the root of several issues. For example, finding what class it is defined on ([#3458][issue/3458]). Having multiple `ApiResource` would improve a lot the declaration of our internal metadata and would cause less confusion for developers.
22-
* The `path` of these multiple `ApiResource` needs to be implicitly described.
22+
* The `path` of these multiple `ApiResource` needs to be explicitly described.
2323
* An `ApiResource` is always defined on the Resource it represents: `/companies/1/users` outputs Users and should be defined on the `User` model.
2424
* PropertyInfo and Doctrine metadata can be used to define how is the Resource identified according to the given path.
2525

0 commit comments

Comments
 (0)