@@ -58,7 +58,7 @@ |
||
58 | 58 | |
59 | 59 | /** |
60 | 60 | * @param Conditions $conditions |
61 | - * @return mixed |
|
61 | + * @return AbstractAdapter |
|
62 | 62 | */ |
63 | 63 | public function setConditions(Conditions $conditions) |
64 | 64 | { |
@@ -37,6 +37,11 @@ |
||
37 | 37 | } |
38 | 38 | |
39 | 39 | |
40 | + /** |
|
41 | + * @param string $key |
|
42 | + * |
|
43 | + * @return string |
|
44 | + */ |
|
40 | 45 | protected function checkOption($key, $options) |
41 | 46 | { |
42 | 47 | $option = null; |
@@ -50,7 +50,6 @@ |
||
50 | 50 | |
51 | 51 | /** |
52 | 52 | * Создает экземпляр класса фабрики |
53 | - * @param array|Traversable $spec |
|
54 | 53 | * @throws InvalidButtonException |
55 | 54 | * @throws InvalidNameException |
56 | 55 | * @throws InValidSpecificationException |
@@ -117,7 +117,7 @@ |
||
117 | 117 | /** |
118 | 118 | * @param string $key |
119 | 119 | * @param array $options |
120 | - * @param mixed $default |
|
120 | + * @param string $default |
|
121 | 121 | * @return null|string|array |
122 | 122 | */ |
123 | 123 | protected function getConfigVal($key, array $options, $default = null) |
@@ -58,7 +58,7 @@ |
||
58 | 58 | /** |
59 | 59 | * Выводит данные |
60 | 60 | * @param mixed $value |
61 | - * @return mixed |
|
61 | + * @return string |
|
62 | 62 | */ |
63 | 63 | public function change($value) |
64 | 64 | { |