Make the services.yml file more strict

Created on 9 March 2017, over 7 years ago
Updated 4 September 2024, about 1 month ago

When using the PECL YAML extension, the syntax becomes more strict, e.g, the following code is not valid.

arguments:
      - @http_client
      - @oembed.provider.delegating
      - @oembed.serializer
      - @oembed.format_negotiator

It has to be rewritten as below.

arguments: ['@http_client', '@oembed.provider.delegating', '@oembed.serializer', '@oembed.format_negotiator']

πŸ“Œ Task
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡¦πŸ‡ΊAustralia yusufhm NSW, Australia

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024