Skip to content

Commit 9016ddf

Browse files
committed
Fix issue preventing docs from updating
1 parent 2a59e42 commit 9016ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/Classifai/Features/Feature.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ public function run( ...$args ) {
11961196
* @hook classifai_{feature}_run
11971197
*
11981198
* @param {mixed} $result Result of running the feature.
1199-
* @param {Classifai\Providers} $provider_instance Provider used.
1199+
* @param {Providers} $provider_instance Provider used.
12001200
* @param {mixed} $args Arguments used by the feature.
12011201
* @param {Feature} $this Current feature class.
12021202
*

0 commit comments

Comments
 (0)