Failed Conditions
Pull Request — master (#1308)
by Timo
22:50
created
Classes/ViewHelpers/Uri/AbstractUriViewHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.