Skip to content

Commit c4e9fef

Browse files
committed
Linting errors
1 parent 792899d commit c4e9fef

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/includes/widgets/class-my-calendar-upcoming-widget.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function widget( $args, $instance ) {
8686
$to = ( isset( $instance['mc_to'] ) ) ? $instance['mc_to'] : false;
8787
$site = ( isset( $instance['mc_site'] ) ) ? $instance['mc_site'] : false;
8888

89-
$args = array(
89+
$args = array(
9090
'before' => $before,
9191
'after' => $after,
9292
'type' => $type,

src/my-calendar-shortcodes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ function my_calendar_insert_upcoming( $atts ) {
135135
$atts,
136136
'my_calendar_upcoming'
137137
);
138+
138139
$hash = md5( implode( PHP_EOL, $args ) );
139140
$saved = get_transient( 'mc_upcoming_' . $hash );
140141
if ( ! $saved ) {

0 commit comments

Comments
 (0)