Skip to content
Prev Previous commit
fix: revert change
  • Loading branch information
zsistla committed Dec 3, 2025
commit 837fdc6f68a1847d381a38be6433b455d2e07c09
2 changes: 1 addition & 1 deletion agent/tests/test_lib_aws_sdk_php.c
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ static void setup_inherited_classes() {
"class base_class {"
"private ?string $region;"
"private ?endpoint_class $endpoint;"
"function base_func($command1, $args, $expects) {return;}"
"function base_func($command, $args, $expects) {return;}"
"function __construct(?string $region = null, ?int $port = null, ?string $host = null) {"
"$this->region = $region;"
"$this->endpoint = new endpoint_class($port, $host);"
Expand Down
Loading