mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-18 21:48:24 -04:00
handle scrutinizer issues (mostly changes in API documentation)
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ class Json
|
||||
*/
|
||||
private static function _detectError()
|
||||
{
|
||||
$errorCode = json_last_error();
|
||||
$errorCode = json_last_error();
|
||||
if ($errorCode === JSON_ERROR_NONE) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user