@@ -21,7 +21,7 @@ |
||
21 | 21 | |
22 | 22 | /** |
23 | 23 | * Sets photos for auction |
24 | - * @param array $photos array of photo file paths |
|
24 | + * @param string[] $photos array of photo file paths |
|
25 | 25 | */ |
26 | 26 | public function setPhotos(array $photos) |
27 | 27 | { |
@@ -11,6 +11,9 @@ |
||
11 | 11 | { |
12 | 12 | protected $config = null; |
13 | 13 | |
14 | + /** |
|
15 | + * @return \SoapClient |
|
16 | + */ |
|
14 | 17 | abstract protected function getSoapClient(); |
15 | 18 | |
16 | 19 | public function create(array $configArray) |