Merge pull request #4028 from TeBoring/3.5.x

Add backslach to make class explict in global namespace
pull/4043/head
Paul Yang 7 years ago committed by GitHub
commit f69a5db66f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      php/src/Google/Protobuf/Internal/Message.php

@ -1111,7 +1111,7 @@ class Message
}
try {
$this->mergeFromJsonArray($array);
} catch (Exception $e) {
} catch (\Exception $e) {
throw new GPBDecodeException($e->getMessage());
}
}

Loading…
Cancel
Save