Completed
Pull Request — master (#557)
by Daniel
03:47
created
app/Console/Commands/Elasticsearch/IndexCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
         $model = $this->app->make($className);
89 89
         $this->line("Indexing $className ...");
90 90
 
91
-        $builder = $model->select()->orderBy('id', 'desc');//->where('id', 44030);
91
+        $builder = $model->select()->orderBy('id', 'desc'); //->where('id', 44030);
92 92
         $objectName = get_class($model);
93 93
 
94 94
         // ugly hack for job offers...
Please login to merge, or discard this patch.
app/Http/Controllers/SearchController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use Coyote\Services\Forum\TreeBuilder\JsonDecorator;
11 11
 use GuzzleHttp\Exception\ClientException;
12 12
 use GuzzleHttp\Exception\ConnectException;
13
-use GuzzleHttp\Exception\ServerException;
14 13
 use Illuminate\Http\Request;
15 14
 use Coyote\Services\Forum\TreeBuilder\Builder as TreeBuilder;
16 15
 use Illuminate\Validation\ValidationException;
Please login to merge, or discard this patch.
app/Http/CustomRequest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 class CustomRequest extends Request
9 9
 {
10 10
     /**
11
-     * @return mixed
11
+     * @return string
12 12
      */
13 13
     public function browser()
14 14
     {
Please login to merge, or discard this patch.