Passed
Push — analysis-z4G20e ( fbc4ca )
by Greg
09:39
created
app/Services/SearchService.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -185,15 +185,15 @@
 block discarded – undo
185 185
     }
186 186
 
187 187
     /**
188
-    * Search for sources by name.
189
-    *
190
-    * @param Tree   $tree
191
-    * @param string $search
192
-    * @param int    $offset
193
-    * @param int    $limit
194
-    *
195
-    * @return Collection|Source[]
196
-    */
188
+     * Search for sources by name.
189
+     *
190
+     * @param Tree   $tree
191
+     * @param string $search
192
+     * @param int    $offset
193
+     * @param int    $limit
194
+     *
195
+     * @return Collection|Source[]
196
+     */
197 197
     public function searchSourcesByName(Tree $tree, string $search, int $offset = 0, int $limit = PHP_INT_MAX): Collection
198 198
     {
199 199
         $query = DB::table('sources')
Please login to merge, or discard this patch.