@@ -62,6 +62,9 @@ discard block |
||
62 | 62 | return $config; |
63 | 63 | } |
64 | 64 | |
65 | + /** |
|
66 | + * @param string $file |
|
67 | + */ |
|
65 | 68 | public function writeConfig($file, $config) |
66 | 69 | { |
67 | 70 | foreach ($this->opTable as $key) { |
@@ -116,6 +119,8 @@ discard block |
||
116 | 119 | /** |
117 | 120 | * Check if $a is more then $b, like: a="1.1 || 2.2" b="1.1" |
118 | 121 | * Possible optimization. |
122 | + * @param string $a |
|
123 | + * @param string $b |
|
119 | 124 | */ |
120 | 125 | public function isMoreVersion($a, $b) |
121 | 126 | { |