Skip to content
Snippets Groups Projects

#3526907 Send timestamp, autoSave hash and unique client id with post and patch...

Merged #3526907 Send timestamp, autoSave hash and unique client id with post and patch...
Merged Jesse Baker requested to merge issue/experience_builder-3526907:concurrency-control into 0.x
Compare and
31 files
+ 802
212
Compare changes
  • Side-by-side
  • Inline
Files
31
@@ -97,7 +97,7 @@ final class Segment extends ConfigEntityBase implements SegmentInterface {
/**
* The condition plugin manager for instantiating the segmentation rules.
*/
protected (ExecutableManagerInterface&FilteredPluginManagerInterface)|null $conditionPluginManager;
protected (ExecutableManagerInterface&FilteredPluginManagerInterface)|NULL $conditionPluginManager;
/**
* {@inheritdoc}
Loading