Lint
This commit is contained in:
parent
02531938b3
commit
499c61afff
|
@ -116,13 +116,6 @@ class BdkjHesse extends ContributionDocument
|
|||
return $member->birthYear();
|
||||
}
|
||||
|
||||
public function setFilename(string $filename): static
|
||||
{
|
||||
$this->filename = $filename;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
public static function getName(): string
|
||||
{
|
||||
return 'BDKJ Hessen';
|
||||
|
|
|
@ -103,13 +103,6 @@ class CityFrankfurtMainDocument extends ContributionDocument
|
|||
return $member->age();
|
||||
}
|
||||
|
||||
public function setFilename(string $filename): static
|
||||
{
|
||||
$this->filename = $filename;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
public static function getName(): string
|
||||
{
|
||||
return 'Frankfurt';
|
||||
|
|
|
@ -78,13 +78,6 @@ class CityRemscheidDocument extends ContributionDocument
|
|||
);
|
||||
}
|
||||
|
||||
public function setFilename(string $filename): static
|
||||
{
|
||||
$this->filename = $filename;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
public static function getName(): string
|
||||
{
|
||||
return 'Remscheid';
|
||||
|
|
|
@ -69,13 +69,6 @@ class GallierDocument extends ContributionDocument
|
|||
);
|
||||
}
|
||||
|
||||
public function setFilename(string $filename): static
|
||||
{
|
||||
$this->filename = $filename;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
public static function getName(): string
|
||||
{
|
||||
return 'Gallier';
|
||||
|
|
|
@ -99,13 +99,6 @@ class RdpNrwDocument extends ContributionDocument
|
|||
return $member->age();
|
||||
}
|
||||
|
||||
public function setFilename(string $filename): static
|
||||
{
|
||||
$this->filename = $filename;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
public static function getName(): string
|
||||
{
|
||||
return 'RdP NRW';
|
||||
|
|
Loading…
Reference in New Issue