diff --git a/src/ProxyManager/Inflector/ClassNameInflector.php b/src/ProxyManager/Inflector/ClassNameInflector.php index e56a9774..84e22d15 100644 --- a/src/ProxyManager/Inflector/ClassNameInflector.php +++ b/src/ProxyManager/Inflector/ClassNameInflector.php @@ -19,7 +19,7 @@ final class ClassNameInflector implements ClassNameInflectorInterface private string $proxyMarker; private ParameterHasher $parameterHasher; - public function __construct(protected string $proxyNamespace) + public function __construct(private string $proxyNamespace) { $this->proxyMarker = '\\' . self::PROXY_MARKER . '\\'; $this->proxyMarkerLength = strlen($this->proxyMarker);