We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf5dfe commit bb6854dCopy full SHA for bb6854d
layers/opentelemetry/test.php
@@ -1,7 +1,7 @@
1
<?php
2
3
-if (!function_exists($function = "OpenTelemetry\Instrumentation\hook")) {
4
- echo sprintf('FAIL: Function "%s" does not exist.', $function).PHP_EOL;
+if (!function_exists($function = "OpenTelemetry\Instrumentation\hook")) {
+ echo sprintf('FAIL: Function "%s" does not exist.', $function) . PHP_EOL;
5
exit(1);
6
}
7
0 commit comments