Completed
Branch master (2f2602)
by Adam
04:54
created
app/Services/Elasticsearch/Filters/Job/Tag.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
 
16 16
     /**
17 17
      * Tags constructor.
18
-     * @param array $tags
18
+     * @param string[] $tags
19 19
      */
20 20
     public function __construct($tags = [])
21 21
     {
Please login to merge, or discard this patch.
app/Repositories/Criteria/EagerLoading.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 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
     {
Please login to merge, or discard this patch.