Test Failed
Push — master ( cf9dab...1a47e3 )
by
unknown
04:56
created
src/SmartCNAB/Services/Remittances/Banks/SICOOB/File400.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
      *
81 81
      * @param  mixed  $value
82 82
      * @param  array  $data
83
-     * @return mixed
83
+     * @return integer
84 84
      */
85 85
     protected function mutateDetailCompanyDocumentType(
86 86
         $value,
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
      *
111 111
      * @param  mixed  $value
112 112
      * @param  array  $data
113
-     * @return mixed
113
+     * @return integer
114 114
      */
115 115
     protected function mutateDetailDocumentType(
116 116
         $value,
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
      * Mutates a guarantee contract on detail.
124 124
      *
125 125
      * @param  mixed  $value
126
-     * @return mixed
126
+     * @return string
127 127
      */
128 128
     protected function mutateDetailGuaranteeContract($value)
129 129
     {
Please login to merge, or discard this patch.