Skip to content
Snippets Groups Projects

ZERO-162-changes

Open Eduarda Lentz Rodrigues da Silva requested to merge ZERO-162-changes into develop
Compare and Show latest version
12 files
+ 27
24
Compare changes
  • Side-by-side
  • Inline
Files
12
@@ -37,7 +37,7 @@ interface CmsBlockDtoInterface
public function isMaintained(): bool;
/**
* @return array
* @return string[]
*/
public function getStoreCodes(): array;
@@ -66,7 +66,7 @@ interface CmsBlockDtoInterface
public function setContent(string $content): self;
/**
* @param array $stores
* @param string[] $stores
* @return self
*/
public function setStores(array $stores): self;
Loading