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
60948641
Commit
60948641
authored
Sep 12, 2013
by
Dorian Villet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix trailing whitespaces.
parent
26b6ed3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
library/Solarium/Plugin/BufferedAdd/BufferedAdd.php
library/Solarium/Plugin/BufferedAdd/BufferedAdd.php
+7
-7
No files found.
library/Solarium/Plugin/BufferedAdd/BufferedAdd.php
View file @
60948641
...
...
@@ -80,10 +80,10 @@ class BufferedAdd extends Plugin
* @var DocumentInterface[]
*/
protected
$buffer
=
array
();
/**
* End point to execute updates against.
*
*
* @var string
*/
protected
$endpoint
;
...
...
@@ -100,12 +100,12 @@ class BufferedAdd extends Plugin
{
$this
->
updateQuery
=
$this
->
client
->
createUpdate
();
}
/**
* Set the endpoint for the documents
*
*
* @param string $endpoint The endpoint to set
*
*
* @return self
*/
public
function
setEndpoint
(
$endpoint
)
...
...
@@ -113,10 +113,10 @@ class BufferedAdd extends Plugin
$this
->
endpoint
=
$endpoint
;
return
$this
;
}
/**
* Return the endpoint
*
*
* @return string
*/
public
function
getEndPoint
()
...
...
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