We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe347a8 commit 6cbb734Copy full SHA for 6cbb734
1 file changed
src/Exceptions/ServiceNotFound.php
@@ -7,10 +7,7 @@
7
8
final class ServiceNotFound extends RuntimeException implements NotFoundExceptionInterface
9
{
10
- /**
11
- * @var string
12
- */
13
- private $serviceName;
+ private string $serviceName;
14
15
/**
16
* @param string $serviceName
0 commit comments