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
16 files
+ 64
122
Compare changes
  • Side-by-side
  • Inline
Files
16
@@ -37,9 +37,9 @@ interface CmsBlockDtoInterface
public function isMaintained(): bool;
/**
* @return array
* @return string[]
*/
public function getStoresCode(): array;
public function getStoreCodes(): array;
/**
* @param string $identifier
@@ -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;
@@ -84,7 +84,7 @@ interface CmsBlockDtoInterface
public function setIsMaintained(bool $isMaintained): self;
/**
* @param string|array $store
* @param string $store
* @return $this
*/
public function setStore(string $store): self;
Loading