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
312b4da4
Commit
312b4da4
authored
Jun 11, 2017
by
Bas de Nooijer
Committed by
GitHub
Jun 11, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #508 from localheinz/fix/return
Fix: Remove useless return statements
parents
625fe984
38295743
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
8 deletions
+0
-8
library/Solarium/QueryType/Analysis/Result/Types.php
library/Solarium/QueryType/Analysis/Result/Types.php
+0
-4
library/Solarium/QueryType/Ping/Query.php
library/Solarium/QueryType/Ping/Query.php
+0
-1
library/Solarium/QueryType/Select/Query/Component/DisMax.php
library/Solarium/QueryType/Select/Query/Component/DisMax.php
+0
-1
library/Solarium/QueryType/Select/Query/Component/DistributedSearch.php
...um/QueryType/Select/Query/Component/DistributedSearch.php
+0
-1
library/Solarium/QueryType/Select/Query/Component/Spatial.php
...ary/Solarium/QueryType/Select/Query/Component/Spatial.php
+0
-1
No files found.
library/Solarium/QueryType/Analysis/Result/Types.php
View file @
312b4da4
...
@@ -64,8 +64,6 @@ class Types extends ResultList
...
@@ -64,8 +64,6 @@ class Types extends ResultList
return
$item
;
return
$item
;
}
}
}
}
return
;
}
}
/**
/**
...
@@ -80,7 +78,5 @@ class Types extends ResultList
...
@@ -80,7 +78,5 @@ class Types extends ResultList
return
$item
;
return
$item
;
}
}
}
}
return
;
}
}
}
}
library/Solarium/QueryType/Ping/Query.php
View file @
312b4da4
...
@@ -88,6 +88,5 @@ class Query extends BaseQuery
...
@@ -88,6 +88,5 @@ class Query extends BaseQuery
*/
*/
public
function
getResponseParser
()
public
function
getResponseParser
()
{
{
return
;
}
}
}
}
library/Solarium/QueryType/Select/Query/Component/DisMax.php
View file @
312b4da4
...
@@ -92,7 +92,6 @@ class DisMax extends AbstractComponent
...
@@ -92,7 +92,6 @@ class DisMax extends AbstractComponent
*/
*/
public
function
getResponseParser
()
public
function
getResponseParser
()
{
{
return
;
}
}
/**
/**
...
...
library/Solarium/QueryType/Select/Query/Component/DistributedSearch.php
View file @
312b4da4
...
@@ -97,7 +97,6 @@ class DistributedSearch extends AbstractComponent
...
@@ -97,7 +97,6 @@ class DistributedSearch extends AbstractComponent
*/
*/
public
function
getResponseParser
()
public
function
getResponseParser
()
{
{
return
;
}
}
/**
/**
...
...
library/Solarium/QueryType/Select/Query/Component/Spatial.php
View file @
312b4da4
...
@@ -37,7 +37,6 @@ class Spatial extends AbstractComponent
...
@@ -37,7 +37,6 @@ class Spatial extends AbstractComponent
*/
*/
public
function
getResponseParser
()
public
function
getResponseParser
()
{
{
return
;
}
}
/**
/**
...
...
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