Passed
Pull Request — master (#1337)
by Timo
68:05 queued 32:40
created
Classes/Controller/Frontend/SearchController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,9 +53,9 @@
 block discarded – undo
53 53
      */
54 54
     public function initializeView(ViewInterface $view)
55 55
     {
56
-        if($view instanceof TemplateView) {
56
+        if ($view instanceof TemplateView) {
57 57
             $customTemplate = $this->getCustomTemplateFromConfiguration();
58
-            if($customTemplate === '') {
58
+            if ($customTemplate === '') {
59 59
                 return;
60 60
             }
61 61
             $view->setTemplatePathAndFilename($customTemplate);
Please login to merge, or discard this patch.
Classes/ViewHelpers/Backend/Document/IsBoostedFieldViewHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
      * This method decides if the condition is true or false
50 50
      *
51 51
      * @param array $arguments ViewHelper arguments to evaluate the condition for this ViewHelper.
52
-     * @return bool
52
+     * @return double
53 53
      */
54 54
     protected static function evaluateCondition($arguments = null)
55 55
     {
Please login to merge, or discard this patch.