Completed
Push — master ( 54dc04...30347d )
by Timo
11:24
created
src/Models/DataComponents/DataScout.php 2 patches
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -136,8 +136,8 @@
 block discarded – undo
136 136
     public function render(): string
137 137
     {
138 138
         return '<form method="get" action="' . $this->_buildSearchUrl() .
139
-               '"><div class="row"><div class="col-md-10"><input name="search" class="form-control data-scout-input" placeholder="' .
140
-               $this->_placeholder . '"/></div><div class="col-md-2"><button type="submit" class="btn btn-primary">' .
141
-               $this->_buttonText . '</button></div></div></form>';
139
+                '"><div class="row"><div class="col-md-10"><input name="search" class="form-control data-scout-input" placeholder="' .
140
+                $this->_placeholder . '"/></div><div class="col-md-2"><button type="submit" class="btn btn-primary">' .
141
+                $this->_buttonText . '</button></div></div></form>';
142 142
     }
143 143
 }
144 144
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
             return $this->_queryBuilder;
56 56
         }
57 57
 
58
-        $this->_queryBuilder->where(function ($query)
58
+        $this->_queryBuilder->where(function($query)
59 59
         {
60 60
             foreach ($this->_searchQueries as $value)
61 61
             {
Please login to merge, or discard this patch.