Skip to content

Commit

Permalink
static analysis
Browse files Browse the repository at this point in the history
Took 5 minutes
  • Loading branch information
fabio-ivona committed Apr 25, 2024
1 parent fd50492 commit bc7696c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ public function packageBooted(): void
throw FeatureException::invalid_feature($feature);
}

/** @var DefinesFeatures $feature */
return $feature->enabled();
/** @phpstan-ignore-next-line */
return $feature->active();
});
}
}

0 comments on commit bc7696c

Please sign in to comment.