Commit 48cebd30 authored by Dorian Villet's avatar Dorian Villet

Fix alignements in comments.

parent 96c412b5
...@@ -105,8 +105,8 @@ class Document extends Query ...@@ -105,8 +105,8 @@ class Document extends Query
* Add a single document * Add a single document
* *
* @param ReadOnlyDocumentInterface|DocumentInterface $document * @param ReadOnlyDocumentInterface|DocumentInterface $document
* @return self Provides fluent interface * @return self Provides fluent interface
* @throws RuntimeException If the given document doesn't have the right interface * @throws RuntimeException If the given document doesn't have the right interface
*/ */
public function addDocument($document) public function addDocument($document)
{ {
...@@ -123,9 +123,8 @@ class Document extends Query ...@@ -123,9 +123,8 @@ class Document extends Query
* Add multiple documents * Add multiple documents
* *
* @param ReadOnlyDocumentInterface[]|DocumentInterface[] $documents * @param ReadOnlyDocumentInterface[]|DocumentInterface[] $documents
* @return self Provides fluent interface * @return self Provides fluent interface
* @throws RuntimeException If any of the given documents does not implement * @throws RuntimeException If the given documents does not implement the interfaces
* any DocumentInterface
*/ */
public function addDocuments($documents) public function addDocuments($documents)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment