79480492

Date: 2025-03-03 08:34:20
Score: 1
Natty:
Report link

Since this happened to me on PHP 8.4.4, the reason for me is that the PHP interpreter is trying to find the yaml_* function in the current namespace, so I called it with a backslash in front of the function.

\yaml_emit($payload);

Given the context, I assume that you are in the `RS\composer' namespace.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Perritu