Completed
Push — master ( 4c4a8d...54e267 )
by Marco
08:54
created
src/Comodojo/RpcClient/Interfaces/Processor.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,10 +23,11 @@
 block discarded – undo
23 23
     /**
24 24
      * Build the processor
25 25
      *
26
-     * @param string $encodint
27
-     * @param LoggerInterface $looger
26
+     * @param string $encoding
27
+     * @param LoggerInterface $logger
28 28
      *
29 29
      * @throws Exception
30
+     * @return void
30 31
      */
31 32
     public function __construct($encoding, LoggerInterface $logger);
32 33
 
Please login to merge, or discard this patch.