From 7617c2e24447bbddbeac7df2972454765e45ba21 Mon Sep 17 00:00:00 2001 From: Alberto Villa Date: Wed, 28 Jun 2017 10:31:27 +0200 Subject: [PATCH] Fix @deprecated --- src/Moka/Moka.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Moka/Moka.php b/src/Moka/Moka.php index 220a2ab..9484ea5 100644 --- a/src/Moka/Moka.php +++ b/src/Moka/Moka.php @@ -66,7 +66,7 @@ public static function __callStatic(string $name, array $arguments) * @throws MockNotCreatedException * @throws MissingDependencyException * - * @deprecated since 1.2.0 + * @deprecated since v1.2.0 */ public static function brew(string $fqcnOrAlias, string $alias = null): ProxyInterface {