Completed
Push — master ( 418321...153372 )
by Boy
03:37 queued 01:37
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.
src/CMPayments/JsonLint/Exceptions/JsonLintException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -221,7 +221,7 @@
 block discarded – undo
221 221
      *
222 222
      * @return string
223 223
      */
224
-    static public function getClassName(){
224
+    static public function getClassName() {
225 225
 
226 226
         return __CLASS__;
227 227
     }
Please login to merge, or discard this patch.