Commit acfa63cc authored by Matthieu Scarset's avatar Matthieu Scarset
Browse files

Remove mixed arg to prevent error in PHP7 #3291841

parent cd2415c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -342,7 +342,7 @@ class Calendar extends DefaultStyle {
   * @return array
   *   An array with min and max values, NULL by default.
   */
  public function processInput(mixed $input, string $operator = 'between') {
  public function processInput($input, string $operator = 'between') {
    // Defaults.
    $input_start = $input_end = NULL;
    $input = ['min' => NULL, 'max' => NULL];