Completed
Branch job-vuejs (8df734)
by Adam
17:32
created
app/Http/Forms/Job/FirmForm.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -280,7 +280,7 @@
 block discarded – undo
280 280
     }
281 281
 
282 282
     /**
283
-     * @param mixed $collection
283
+     * @param Firm\Benefit[] $collection
284 284
      */
285 285
     private function forget($collection)
286 286
     {
Please login to merge, or discard this patch.
app/Http/Forms/Job/JobForm.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -242,7 +242,7 @@
 block discarded – undo
242 242
     }
243 243
 
244 244
     /**
245
-     * @param mixed $collection
245
+     * @param Tag[] $collection
246 246
      */
247 247
     private function forget($collection)
248 248
     {
Please login to merge, or discard this patch.
app/Models/Job.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Coyote\Services\Elasticsearch\CharFilters\JobFilter;
9 9
 use Illuminate\Database\Eloquent\Model;
10 10
 use Illuminate\Database\Eloquent\SoftDeletes;
11
-use Illuminate\Queue\SerializesModels;
12 11
 
13 12
 /**
14 13
  * @property int $id
Please login to merge, or discard this patch.
app/Repositories/Criteria/EagerLoading.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@  discard block
 block discarded – undo
12 12
     private $relations;
13 13
 
14 14
     /**
15
-     * @param string|string[] $relations
15
+     * @param string $relations
16 16
      */
17 17
     public function __construct($relations)
18 18
     {
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
     /**
23 23
      * @param \Illuminate\Database\Eloquent\Builder $model
24 24
      * @param Repository $repository
25
-     * @return mixed
25
+     * @return \Illuminate\Database\Eloquent\Builder
26 26
      */
27 27
     public function apply($model, Repository $repository)
28 28
     {
Please login to merge, or discard this patch.