Commit 49cf3f23 authored by catch's avatar catch
Browse files

task: #3554551 Missing nullable type in \Drupal\views\Plugin\views\query\Sql

By: marcusml
By: smustgrave
(cherry picked from commit 554fc55fba1fb0adb79f5ca8bce13e40c6501b20)
parent a019a017
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -846,7 +846,7 @@ public function getTableInfo($table) {
   * This will automatically call ensureTable to make sure the required table
   * exists, *unless* $table is unset.
   *
   * @param string $table
   * @param string|null $table
   *   The table this field is attached to. If NULL, it is assumed this will
   *   be a formula; otherwise, ensureTable is used to make sure the
   *   table exists.
@@ -1064,7 +1064,7 @@ public function addHavingExpression($group, $snippet, $args = []) {
  /**
   * Add an ORDER BY clause to the query.
   *
   * @param string $table
   * @param string|null $table
   *   The table this field is part of. If a formula, enter NULL.
   *   If you want to orderby random use "rand" as table and nothing else.
   * @param string|null $field