Completed
Branch 0.3 (f8ea02)
by Diego
10:25
created
src/Services/Larachimp.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
     /**
37 37
      * Creates a new Larachimp instance
38 38
      * 
39
-     * @param Log The logger instance to use
39
+     * @param Log Log logger instance to use
40 40
      */
41 41
     public function __construct(Log $log = null)
42 42
     {
@@ -102,7 +102,6 @@  discard block
 block discarded – undo
102 102
     /**
103 103
      * If there's a logger defined, it logs the response returned
104 104
      * 
105
-     * @param  Collection $collection
106 105
      */
107 106
     protected function logResponse($response)
108 107
     {
Please login to merge, or discard this patch.