diff --git a/phpcs.xml b/phpcs.xml
index a80be70..23146e3 100644
--- a/phpcs.xml
+++ b/phpcs.xml
@@ -24,7 +24,6 @@
-
diff --git a/src/Cache.php b/src/Cache.php
index 5b63923..c9e716b 100644
--- a/src/Cache.php
+++ b/src/Cache.php
@@ -76,7 +76,7 @@ public function getArray(string $name, callable $callback, int $secondsValid = s
/**
* @template T
- * @param class-string $name
+ * @param class-string $className
* @return T
*/
public function getInstance(string $name, string $className, callable $callback, int $secondsValid = self::DEFAULT_SECONDS_VALID):object {