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
9 files
+ 176
50
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -125,7 +125,7 @@ class ChangedBlockDto
/**
* @return bool
*/
public function getIsActive(): bool
public function isActive(): bool
{
return $this->isActive;
}
@@ -133,7 +133,7 @@ class ChangedBlockDto
/**
* @return bool
*/
public function getIsMaintained(): bool
public function isMaintained(): bool
{
return $this->isMaintained;
}
Loading