@@ -28,7 +28,6 @@ |
||
28 | 28 | |
29 | 29 | /** |
30 | 30 | * @param string $username |
31 | - * @param string $password |
|
32 | 31 | * @param mixed $apiKey |
33 | 32 | */ |
34 | 33 | public function __construct($username, $apiKey) |
@@ -48,6 +48,9 @@ |
||
48 | 48 | } |
49 | 49 | } |
50 | 50 | |
51 | + /** |
|
52 | + * @param string $name |
|
53 | + */ |
|
51 | 54 | public function findByName($name) |
52 | 55 | { |
53 | 56 | if (array_key_exists($name, $this->systemFields)) { |