We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0cb59d commit 086d2adCopy full SHA for 086d2ad
src/AI.php
@@ -45,7 +45,7 @@ public function __construct(AbstractProvider $provider)
45
* @param array $arguments The arguments passed to the method
46
*
47
* @return mixed
48
- * @throws \ProviderException If the provider doesn't have the method
+ * @throws ProviderException If the provider doesn't have the method
49
* @since __DEPLOY_VERSION__
50
*/
51
public function __call(string $method, array $arguments)
0 commit comments