Skip to content

Commit

Permalink
use defined var
Browse files Browse the repository at this point in the history
  • Loading branch information
jeawhanlee committed Oct 17, 2024
1 parent e25931f commit 276981e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/PluginFamily.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ private function get_download_url(): string {
);
}

require_once $upgrader_class; // @phpstan-ignore-line
require_once $plugin_install; // @phpstan-ignore-line

$data = [
'slug' => $this->get_slug(),
Expand Down

0 comments on commit 276981e

Please sign in to comment.