Skip to content

Commit 6f88a19

Browse files
committed
Removing 2 unused setters. Thanks to sstok for noticing this!
1 parent af3bb2e commit 6f88a19

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/AppBundle/Repository/Repository.php

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,6 @@ public function getVendor()
4949
return $this->vendor;
5050
}
5151

52-
/**
53-
* @param string $vendor
54-
*/
55-
public function setVendor($vendor)
56-
{
57-
$this->vendor = $vendor;
58-
}
59-
6052
/**
6153
* @return string
6254
*/
@@ -65,14 +57,6 @@ public function getName()
6557
return $this->name;
6658
}
6759

68-
/**
69-
* @param string $name
70-
*/
71-
public function setName($name)
72-
{
73-
$this->name = $name;
74-
}
75-
7660
public function getSubscribers()
7761
{
7862
return $this->subscribers;

0 commit comments

Comments
 (0)