We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1098575 + fc014f6 commit 04e124dCopy full SHA for 04e124d
src/ProxyManager/Inflector/ClassNameInflector.php
@@ -19,7 +19,7 @@ final class ClassNameInflector implements ClassNameInflectorInterface
19
private string $proxyMarker;
20
private ParameterHasher $parameterHasher;
21
22
- public function __construct(protected string $proxyNamespace)
+ public function __construct(private string $proxyNamespace)
23
{
24
$this->proxyMarker = '\\' . self::PROXY_MARKER . '\\';
25
$this->proxyMarkerLength = strlen($this->proxyMarker);
0 commit comments