Completed
Pull Request — development (#824)
by
unknown
04:40
created
htdocs_symfony/src/Controller/Backend/SupportController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
htdocs_symfony/src/Repository/CacheReportsRepository.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.