Completed
Push — master ( 7e7d01...6d3dc4 )
by
unknown
02:12
created
src/NetworkManager.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Padosoft\AffiliateNetwork\DealsResultset;
6 6
 use Psr\Log\LoggerInterface;
7
-use Psr\Log\LogLevel;
8 7
 
9 8
 
10 9
 /**
Please login to merge, or discard this patch.