Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Feb 16, 2024
1 parent 6f9ae98 commit 8f120c3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion includes/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,5 +226,4 @@ public function toArray() {

return $values;
}

}
2 changes: 0 additions & 2 deletions includes/PluginUpdater.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,5 @@ function ( $transient ) {
return $transient;
}
);

}

}
2 changes: 0 additions & 2 deletions includes/ThemeUpdater.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,5 @@ function ( $transient ) {
return $transient;
}
);

}

}

0 comments on commit 8f120c3

Please sign in to comment.