We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf1dda6 commit b80a258Copy full SHA for b80a258
1 file changed
src/EventLoop/Internal/DriverCallback.php
@@ -24,7 +24,7 @@ public function __construct(
24
*/
25
public function __get(string $property): never
26
{
27
- throw new \Error("Unknown property '${property}'");
+ throw new \Error("Unknown property '{$property}'");
28
}
29
30
/**
@@ -33,6 +33,6 @@ public function __get(string $property): never
33
34
public function __set(string $property, mixed $value): never
35
36
37
38
0 commit comments