We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3bb2e commit 6f88a19Copy full SHA for 6f88a19
src/AppBundle/Repository/Repository.php
@@ -49,14 +49,6 @@ public function getVendor()
49
return $this->vendor;
50
}
51
52
- /**
53
- * @param string $vendor
54
- */
55
- public function setVendor($vendor)
56
- {
57
- $this->vendor = $vendor;
58
- }
59
-
60
/**
61
* @return string
62
*/
@@ -65,14 +57,6 @@ public function getName()
65
return $this->name;
66
67
68
69
- * @param string $name
70
71
- public function setName($name)
72
73
- $this->name = $name;
74
75
76
public function getSubscribers()
77
{
78
return $this->subscribers;
0 commit comments