Loading src/Plugin/views/style/Calendar.php +1 −1 Original line number Diff line number Diff line Loading @@ -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]; Loading Loading
src/Plugin/views/style/Calendar.php +1 −1 Original line number Diff line number Diff line Loading @@ -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]; Loading