Skip to content
Snippets Groups Projects
Commit 551e00dd authored by Jonathan Foucher's avatar Jonathan Foucher
Browse files

cs fix

parent 2b4db5c7
No related branches found
No related tags found
No related merge requests found
...@@ -290,7 +290,7 @@ class Collectivity implements LoggableSubject ...@@ -290,7 +290,7 @@ class Collectivity implements LoggableSubject
public function getSiren(): ?int public function getSiren(): ?int
{ {
return (string) $this->siren; return $this->siren;
} }
public function setSiren(?int $siren): void public function setSiren(?int $siren): void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment