@@ -20,7 +20,7 @@ discard block |
||
20 | 20 | * Returns matches. |
21 | 21 | * |
22 | 22 | * @param $input |
23 | - * @param $matches |
|
23 | + * @param string[] $matches |
|
24 | 24 | * |
25 | 25 | * @return int |
26 | 26 | */ |
@@ -85,6 +85,9 @@ discard block |
||
85 | 85 | return $this->userSectionFound; |
86 | 86 | } |
87 | 87 | |
88 | + /** |
|
89 | + * @param string $sectionName |
|
90 | + */ |
|
88 | 91 | public function getSection($sectionName) { |
89 | 92 | $sectionName = strtolower($sectionName); |
90 | 93 | if (!isset($this->data[$sectionName])) { |