Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
solarium
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
solarium
Commits
48cebd30
Commit
48cebd30
authored
Sep 12, 2013
by
Dorian Villet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix alignements in comments.
parent
96c412b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
library/Solarium/QueryType/Analysis/Query/Document.php
library/Solarium/QueryType/Analysis/Query/Document.php
+4
-5
No files found.
library/Solarium/QueryType/Analysis/Query/Document.php
View file @
48cebd30
...
@@ -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
)
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment