This is an automated email from the ASF dual-hosted git repository.
sveneld pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from ba3b7f7eb Migration *.sln to *.slnx (except c++ libs)
add 186a494a1 THRIFT-5981: Add native method types to PHP Protocol
hierarchy (#3462)
No new revisions were added by this update.
Summary of changes:
.gitignore | 2 +-
lib/php/lib/Protocol/TBinaryProtocol.php | 160 ++++++++---------
.../lib/Protocol/TBinaryProtocolAccelerated.php | 7 +-
lib/php/lib/Protocol/TCompactProtocol.php | 187 +++++++++----------
lib/php/lib/Protocol/TJSONProtocol.php | 197 +++++++++++++--------
lib/php/lib/Protocol/TMultiplexedProtocol.php | 12 +-
lib/php/lib/Protocol/TProtocol.php | 155 +++++-----------
lib/php/lib/Protocol/TProtocolDecorator.php | 114 +++++-------
lib/php/lib/Protocol/TSimpleJSONProtocol.php | 144 +++++++++------
lib/php/lib/StoredMessageProtocol.php | 4 +-
lib/php/phpstan-baseline.neon | 20 ---
.../test/Unit/Lib/Protocol/TBinaryProtocolTest.php | 56 +++---
.../Unit/Lib/Protocol/TCompactProtocolTest.php | 92 ++++------
.../Unit/Lib/Protocol/TProtocolDecoratorTest.php | 112 +++++++-----
.../Unit/Lib/Protocol/TSimpleJSONProtocolTest.php | 113 ++++--------
15 files changed, 648 insertions(+), 727 deletions(-)