@@ -73,7 +73,7 @@ |
||
| 73 | 73 | /** |
| 74 | 74 | * @param string $repID |
| 75 | 75 | * |
| 76 | - * @return array |
|
| 76 | + * @return Response |
|
| 77 | 77 | * @Route("/repCaches/{repID}", name="support_reported_cache") |
| 78 | 78 | */ |
| 79 | 79 | public function search_by_report_id(string $repID) |
@@ -4,7 +4,7 @@ |
||
| 4 | 4 | |
| 5 | 5 | use DateTime; |
| 6 | 6 | use Doctrine\DBAL\Connection; |
| 7 | -Use Oc\Entity\GeoCacheReportsEntity; |
|
| 7 | +use Oc\Entity\GeoCacheReportsEntity; |
|
| 8 | 8 | use Oc\Repository\Exception\RecordAlreadyExistsException; |
| 9 | 9 | use Oc\Repository\Exception\RecordNotFoundException; |
| 10 | 10 | use Oc\Repository\Exception\RecordNotPersistedException; |