Completed
Push — master ( 63cd9b...6db767 )
by Boy
02:10
created
src/CMPayments/JsonLint/JsonLinter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@
 block discarded – undo
130 130
      * @param string $input JSON string
131 131
      * @param int    $flags
132 132
      *
133
-     * @return boolean|ParseException null if no error is found, a ParseException containing all details otherwise
133
+     * @return \Exception|null null if no error is found, a ParseException containing all details otherwise
134 134
      */
135 135
     public function lint($input, $flags = 0)
136 136
     {
Please login to merge, or discard this patch.