Skip to content

Commit 086d2ad

Browse files
committed
resolve phpstan error
1 parent b0cb59d commit 086d2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function __construct(AbstractProvider $provider)
4545
* @param array $arguments The arguments passed to the method
4646
*
4747
* @return mixed
48-
* @throws \ProviderException If the provider doesn't have the method
48+
* @throws ProviderException If the provider doesn't have the method
4949
* @since __DEPLOY_VERSION__
5050
*/
5151
public function __call(string $method, array $arguments)

0 commit comments

Comments
 (0)