Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

11 files
+ 13
13
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -82,7 +82,7 @@ class JsonBlueprintDenormalizer implements DenormalizerInterface, SerializerAwar
/**
* {@inheritdoc}
*/
public function supportsDenormalization($data, $type, $format = NULL) {
public function supportsDenormalization($data, $type, $format = NULL): bool {
return $format === 'json'
&& $type === SubrequestsTree::class
&& is_array($data)
Loading