@@ -82,6 +82,9 @@ |
||
| 82 | 82 | return $this; |
| 83 | 83 | } |
| 84 | 84 | |
| 85 | + /** |
|
| 86 | + * @param string $calculatedLabel |
|
| 87 | + */ |
|
| 85 | 88 | protected function calculateLabels($calculatedLabel) |
| 86 | 89 | { |
| 87 | 90 | if ($this->getSingularLabel() === null) { |
@@ -68,6 +68,9 @@ |
||
| 68 | 68 | return $this->options; |
| 69 | 69 | } |
| 70 | 70 | |
| 71 | + /** |
|
| 72 | + * @param string $calculatedLabel |
|
| 73 | + */ |
|
| 71 | 74 | protected function calculateLabels($calculatedLabel) |
| 72 | 75 | { |
| 73 | 76 | if ($this->getSingularLabel() === null) { |