|
@@ -65,7 +65,7 @@ |
|
|
block discarded – undo |
|
65
|
65
|
*/ |
|
66
|
66
|
protected static function getUsedSearchRequestFromRenderingContext(RenderingContextInterface $renderingContext) { |
|
67
|
67
|
$resultSet = static::getUsedSearchResultSetFromRenderingContext($renderingContext); |
|
68
|
|
- if(!$resultSet instanceof SearchResultSet) { |
|
|
68
|
+ if (!$resultSet instanceof SearchResultSet) { |
|
69
|
69
|
throw new \InvalidArgumentException("The variable resultSet need to be defined in the scope of " . static::class); |
|
70
|
70
|
} |
|
71
|
71
|
|
Please login to merge, or discard this patch.