@@ -82,7 +82,7 @@ |
||
| 82 | 82 | * ], |
| 83 | 83 | * ] |
| 84 | 84 | * |
| 85 | - * @param \DOMDocument|\DOMElement $node |
|
| 85 | + * @param \DOMDocument $node |
|
| 86 | 86 | * @param array $specs |
| 87 | 87 | */ |
| 88 | 88 | private static function build($node, array $specs) |
@@ -10,7 +10,6 @@ |
||
| 10 | 10 | /** */ |
| 11 | 11 | namespace StackoverflowApi\Service; |
| 12 | 12 | |
| 13 | -use Doctrine\ODM\MongoDB\DocumentRepository; |
|
| 14 | 13 | use Jobs\Entity\JobInterface; |
| 15 | 14 | use StackoverflowApi\Client\Client; |
| 16 | 15 | use StackoverflowApi\Entity\ApiResponse; |