@@ -32,6 +32,7 @@ discard block |
||
| 32 | 32 | * highest priority. |
| 33 | 33 | * |
| 34 | 34 | * If a context has already been added, its priority will not change. |
| 35 | + * @param string $name |
|
| 35 | 36 | */ |
| 36 | 37 | public function addContext($name, ConfigInterface $config) |
| 37 | 38 | { |
@@ -77,6 +78,9 @@ discard block |
||
| 77 | 78 | return isset($this->contexts[$name]); |
| 78 | 79 | } |
| 79 | 80 | |
| 81 | + /** |
|
| 82 | + * @param string $name |
|
| 83 | + */ |
|
| 80 | 84 | public function getContext($name) |
| 81 | 85 | { |
| 82 | 86 | if ($this->hasContext($name)) { |
@@ -158,6 +162,7 @@ discard block |
||
| 158 | 162 | |
| 159 | 163 | /** |
| 160 | 164 | * @inheritdoc |
| 165 | + * @param string $fn |
|
| 161 | 166 | */ |
| 162 | 167 | protected function unsupported($fn) |
| 163 | 168 | { |