Skip to content

Commit

Permalink
Fix issue preventing docs from updating
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed Feb 13, 2024
1 parent 2a59e42 commit 9016ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Classifai/Features/Feature.php
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@ public function run( ...$args ) {
* @hook classifai_{feature}_run
*
* @param {mixed} $result Result of running the feature.
* @param {Classifai\Providers} $provider_instance Provider used.
* @param {Providers} $provider_instance Provider used.
* @param {mixed} $args Arguments used by the feature.
* @param {Feature} $this Current feature class.
*
Expand Down

0 comments on commit 9016ddf

Please sign in to comment.