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
5 files
+ 7
10
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -29,12 +29,12 @@ interface CmsBlockDtoInterface
/**
* @return bool
*/
public function getIsActive(): bool;
public function isActive(): bool;
/**
* @return bool
*/
public function getIsMaintained(): bool;
public function isMaintained(): bool;
/**
* @return array
Loading