@@ -141,16 +141,16 @@ This package also provides a factory for generating the
141
141
- Pulls the ` Psr\Http\Message\ResponseInterface ` service to provide as the
142
142
` $responseFactory ` parameter.
143
143
- If a ` config ` service is present:
144
- - If the service contains a ` debug ` key with a boolean value, that value is
145
- provided as the ` $isDebug ` parameter.
146
- - If the service contains a ` problem-details ` key with an array value
147
- containing a ` json_flags ` key, and that value is an integer, that value is
148
- provided as the ` $jsonFlags ` parameter.
149
- - If the service contains a ` problem-details ` key with an array value
150
- containing a ` default_types_map ` key, and that value is an array, that
151
- value is provided as the ` $defaultTypesMap ` parameter; see the
152
- [ default types documentation] ( default-types.md ) for details on defining
153
- this map. (Since 1.1.0.)
144
+ - If the service contains a ` debug ` key with a boolean value, that value is
145
+ provided as the ` $isDebug ` parameter.
146
+ - If the service contains a ` problem-details ` key with an array value
147
+ containing a ` json_flags ` key, and that value is an integer, that value is
148
+ provided as the ` $jsonFlags ` parameter.
149
+ - If the service contains a ` problem-details ` key with an array value
150
+ containing a ` default_types_map ` key, and that value is an array, that
151
+ value is provided as the ` $defaultTypesMap ` parameter; see the
152
+ [ default types documentation] ( default-types.md ) for details on defining
153
+ this map. (Since 1.1.0.)
154
154
155
155
If any of the above config values are not present, a ` null ` value will be
156
156
passed, allowing the default value to be used.
0 commit comments