Passed
Pull Request — master (#1515)
by Timo
11:22
created
Classes/Task/AbstractSolrTask.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
      */
82 82
     protected function getSite()
83 83
     {
84
-        if(!is_null($this->site)) {
84
+        if (!is_null($this->site)) {
85 85
             return $this->site;
86 86
         }
87 87
             /** @var $siteRepository SiteRepository */
Please login to merge, or discard this patch.