Skip to content

Commit 0d0390f

Browse files
committed
Remove Resource\ResourceInterface from docs
refs #31
1 parent 25af086 commit 0d0390f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/objects-resource-collection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Description
55

6-
The `Resource\Collection` represents [an array of resource objects, an array of resource identifier objects, or an empty array, for requests that target resource collections](http://jsonapi.org/format/#document-top-level). It implements the `Resource\ResourceInterface`.
6+
The `Resource\Collection` represents [an array of resource objects, an array of resource identifier objects, or an empty array, for requests that target resource collections](http://jsonapi.org/format/#document-top-level).
77

88
Property of:
99
- [Document object](objects-document.md)

docs/objects-resource-identifier-collection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Description
55

6-
The `Resource\IdentifierCollection` is a [Resource Collection object](objects-resource-collection.md) that is either empty or holds only [Resource Identifier object](objects-resource-identifier.md)s. It implements the `Resource\ResourceInterface`.
6+
The `Resource\IdentifierCollection` is a [Resource Collection object](objects-resource-collection.md) that is either empty or holds only [Resource Identifier object](objects-resource-identifier.md)s.
77

88
Property of:
99
- [Relationship object](objects-relationship.md)

docs/objects-resource-identifier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Description
55

6-
The `Resource\Identifier` represents a [resource identifier object](http://jsonapi.org/format/#document-resource-identifier-objects). It implements the `Resource\ResourceInterface`.
6+
The `Resource\Identifier` represents a [resource identifier object](http://jsonapi.org/format/#document-resource-identifier-objects).
77

88
Property of:
99
- [Document object](objects-document.md)

docs/objects-resource-item.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Description
55

6-
The `Resource\Item` represents a [resource object](http://jsonapi.org/format/#document-resource-objects). It implements the `Resource\ResourceInterface`.
6+
The `Resource\Item` represents a [resource object](http://jsonapi.org/format/#document-resource-objects).
77

88
Property of:
99
- [Document object](objects-document.md)

docs/objects-resource-nullresource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Description
55

6-
The `Resource\NullResource` represents a [`null` inside the top level data](http://jsonapi.org/format/#document-top-level). It implements the `Resource\ResourceInterface`.
6+
The `Resource\NullResource` represents a [`null` inside the top level data](http://jsonapi.org/format/#document-top-level).
77

88
Property of:
99
- [Document object](objects-document.md)

0 commit comments

Comments
 (0)