Completed
Branch master (63103a)
by Dafiti
09:49
created
src/Dafiti/Correios/Adapter/SoapAdapter.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -60,6 +60,9 @@
 block discarded – undo
60 60
         $this->config = $config;
61 61
     }
62 62
 
63
+    /**
64
+     * @param string $method
65
+     */
63 66
     public function call($method, Entity\RequestObject $obj)
64 67
     {
65 68
         try {
Please login to merge, or discard this patch.
src/Dafiti/Correios/Exception/InvalidConfiguration.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -11,8 +11,6 @@
 block discarded – undo
11 11
     /**
12 12
      * Exception constructor.
13 13
      *
14
-     * @param object|null $object
15
-     * @param string      $message
16 14
      */
17 15
     public function __construct($invalid)
18 16
     {
Please login to merge, or discard this patch.
src/Dafiti/Correios/Exception/InvalidRequestObject.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
      * Exception constructor.
13 13
      *
14 14
      * @param array  $errors
15
-     * @param string $message
16 15
      */
17 16
     public function __construct($errors)
18 17
     {
Please login to merge, or discard this patch.