Completed
Push — master ( 7e7d01...6d3dc4 )
by
unknown
02:12
created
src/NetworkManager.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
 
72 72
     /**
73 73
      * Inject an external Log service compatible with Psr\Log interface
74
-     * @param Psr\Log\LoggerInterface $loggerService
74
+     * @param LoggerInterface $loggerService
75 75
      */
76 76
     public function setLogger(\Psr\Log\LoggerInterface $loggerService)
77 77
     {
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
     /**
167 167
      * @param \DateTime $dateFrom
168 168
      * @param \DateTime $dateTo
169
-     * @param int $merchantID
169
+     * @param int $arrMerchantID
170 170
      *
171 171
      * @return array of Transaction
172 172
      */
Please login to merge, or discard this patch.