Completed
Branch master (5bf9c9)
by Nate
11:46
created
src/db/DomainsQuery.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@
 block discarded – undo
135 135
     /**
136 136
      * Applies the 'fixedOrder' and 'orderBy' params to the query being prepared.
137 137
      *
138
-     * @param Connection|null $db The database connection used to generate the SQL statement.
138
+     * @param Connection $db The database connection used to generate the SQL statement.
139 139
      *                            If this parameter is not given, the `db` application component will be used.
140 140
      *
141 141
      * @throws Exception if the DB connection doesn't support fixed ordering
Please login to merge, or discard this patch.
src/db/traits/Attributes.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -85,6 +85,7 @@
 block discarded – undo
85 85
     /**
86 86
      * @inheritdoc
87 87
      * return static
88
+     * @param false|string $value
88 89
      */
89 90
     public function domain($value)
90 91
     {
Please login to merge, or discard this patch.
src/fields/Domains.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -294,7 +294,7 @@
 block discarded – undo
294 294
     /**
295 295
      * Returns the field's input HTML.
296 296
      *
297
-     * @param mixed $value
297
+     * @param DomainsQuery $value
298 298
      * @param ElementInterface|null $element
299 299
      * @param bool $static
300 300
      *
Please login to merge, or discard this patch.
src/services/Relationship.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -282,7 +282,7 @@
 block discarded – undo
282 282
     }
283 283
 
284 284
     /**
285
-     * @param null $siteId
285
+     * @param integer|null $siteId
286 286
      * @return int
287 287
      */
288 288
     private function resolveSiteId($siteId = null): int
Please login to merge, or discard this patch.