Lines Matching refs:a

15    when running the YAML linter command in a Github Action environment.
37 * Deprecated using the `!php/object` and `!php/const` tags without a value.
43 * removed support for implicit STDIN usage in the `lint:yaml` command, use `lint:yaml -` (append a dash) instead to make it explicit.
50 * deprecated accepting STDIN implicitly when using the `lint:yaml` command, use `lint:yaml -` (append a dash) instead to make it explicit.
55 * Using a mapping inside a multi-line string is deprecated and will throw a `ParseException` in 5.0.
67 * complex mappings will throw a `ParseException`
68 * support for the comma as a group separator for floats has been dropped, use
72 * duplicate mapping keys throw a `ParseException`
73 * non-string mapping keys throw a `ParseException`, use the `Yaml::PARSE_KEYS_AS_STRINGS`
75 * `%` at the beginning of an unquoted string throw a `ParseException`
76 * mappings with a colon (`:`) that is not followed by a whitespace throw a
113 * Starting an unquoted string with a question mark followed by a space is
114 deprecated and will throw a `ParseException` in Symfony 4.0.
117 Mapping keys that are no strings will lead to a `ParseException` in Symfony
147 * Omitting the key of a mapping is deprecated and will throw a `ParseException` in Symfony 4.0.
158 * Mappings with a colon (`:`) that is not followed by a whitespace are deprecated
159 when the mapping key is not quoted and will lead to a `ParseException` in
169 deprecated and will lead to a `ParseException` in Symfony 4.0.
210 * Yaml::parse() now throws an exception when a blackslash is not escaped
216 * Deprecated usage of a colon in an unquoted mapping value