From d152a4ab58005dfe2623543637e5f75ad52437b2 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Tue, 14 Apr 2020 17:47:04 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Support/Instance.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Support/Instance.php b/src/Support/Instance.php index 7e1d2b1..b949856 100644 --- a/src/Support/Instance.php +++ b/src/Support/Instance.php @@ -42,7 +42,7 @@ public static function of($haystack, $needles): bool } /** - * @param Throwable|string $class + * @param string|Throwable $class * * @return string */