2.5.2
(fix): Fix dynamic snippet generator to emit placeholder auth values when snippet
requests omit auth for endpoints that require bearer, OAuth, basic, or header
authentication. Previously the generated constructor call was missing the
required auth parameter, causing phpstan failures.