Skip to content

Commit eed81d2

Browse files
tobyzernergithub-actions[bot]
authored andcommitted
Run Prettier
1 parent c9cdef4 commit eed81d2

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ Based on your schema definition, the package will serve a complete API that
1313
conforms to the [JSON:API specification](https://jsonapi.org/format/), including
1414
support for:
1515

16-
- **Showing** individual resources (`GET /articles/1`)
17-
- **Listing** resource collections (`GET /articles`)
18-
- **Sorting**, **filtering**, **pagination**, and **sparse fieldsets**
19-
- **Compound documents** with inclusion of related resources
20-
- **Creating** resources (`POST /articles`)
21-
- **Updating** resources (`PATCH /articles/1`)
22-
- **Deleting** resources (`DELETE /articles/1`)
23-
- **Content negotiation**
24-
- **Error handling**
25-
- **Extensions** including Atomic Operations
26-
- **Generating OpenAPI definitions**
16+
- **Showing** individual resources (`GET /articles/1`)
17+
- **Listing** resource collections (`GET /articles`)
18+
- **Sorting**, **filtering**, **pagination**, and **sparse fieldsets**
19+
- **Compound documents** with inclusion of related resources
20+
- **Creating** resources (`POST /articles`)
21+
- **Updating** resources (`PATCH /articles/1`)
22+
- **Deleting** resources (`DELETE /articles/1`)
23+
- **Content negotiation**
24+
- **Error handling**
25+
- **Extensions** including Atomic Operations
26+
- **Generating OpenAPI definitions**
2727

2828
## Documentation
2929

docs/errors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ JSON:API error objects to be rendered in the document.
2121

2222
The interface defines two methods:
2323

24-
- `getJsonApiStatus` which must return a string.
25-
- `getJsonApiErrors` which must return an array of JSON:API error objects.
24+
- `getJsonApiStatus` which must return a string.
25+
- `getJsonApiErrors` which must return an array of JSON:API error objects.
2626

2727
```php
2828
use JsonApiPhp\JsonApi\Error;

docs/index.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ Based on your schema definition, the package will serve a complete API that
1010
conforms to the [JSON:API specification](https://jsonapi.org/format/), including
1111
support for:
1212

13-
- **Showing** individual resources (`GET /articles/1`)
14-
- **Listing** resource collections (`GET /articles`)
15-
- **Sorting**, **filtering**, **pagination**, and **sparse fieldsets**
16-
- **Compound documents** with inclusion of related resources
17-
- **Creating** resources (`POST /articles`)
18-
- **Updating** resources (`PATCH /articles/1`)
19-
- **Deleting** resources (`DELETE /articles/1`)
20-
- **Content negotiation**
21-
- **Error handling**
22-
- **Extensions** including Atomic Operations
23-
- **Generating OpenAPI definitions**
13+
- **Showing** individual resources (`GET /articles/1`)
14+
- **Listing** resource collections (`GET /articles`)
15+
- **Sorting**, **filtering**, **pagination**, and **sparse fieldsets**
16+
- **Compound documents** with inclusion of related resources
17+
- **Creating** resources (`POST /articles`)
18+
- **Updating** resources (`PATCH /articles/1`)
19+
- **Deleting** resources (`DELETE /articles/1`)
20+
- **Content negotiation**
21+
- **Error handling**
22+
- **Extensions** including Atomic Operations
23+
- **Generating OpenAPI definitions**
2424

2525
## Framework Integration
2626

0 commit comments

Comments
 (0)