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 01e8b4aec THRIFT-5977: Apply constructor property promotion in PHP 
runtime library (#3456)
     add 5af4f474d THRIFT-5978: Apply declare(strict_types=1) in PHP runtime 
library (#3457)

No new revisions were added by this update.

Summary of changes:
 lib/php/lib/Base/TBase.php                                |  2 ++
 lib/php/lib/ClassLoader/ThriftClassLoader.php             |  2 ++
 lib/php/lib/Exception/TApplicationException.php           |  2 ++
 lib/php/lib/Exception/TException.php                      |  2 ++
 lib/php/lib/Exception/TProtocolException.php              |  2 ++
 lib/php/lib/Exception/TTransportException.php             |  2 ++
 lib/php/lib/Factory/TBinaryProtocolFactory.php            |  2 ++
 lib/php/lib/Factory/TCompactProtocolFactory.php           |  2 ++
 lib/php/lib/Factory/TFramedTransportFactory.php           |  2 ++
 lib/php/lib/Factory/TJSONProtocolFactory.php              |  2 ++
 lib/php/lib/Factory/TProtocolFactory.php                  |  2 ++
 lib/php/lib/Factory/TTransportFactory.php                 |  2 ++
 lib/php/lib/Factory/TTransportFactoryInterface.php        |  2 ++
 lib/php/lib/Protocol/JSON/BaseContext.php                 |  2 ++
 lib/php/lib/Protocol/JSON/ListContext.php                 |  2 ++
 lib/php/lib/Protocol/JSON/LookaheadReader.php             |  2 ++
 lib/php/lib/Protocol/JSON/PairContext.php                 |  2 ++
 .../lib/Protocol/SimpleJSON/CollectionMapKeyException.php |  2 ++
 lib/php/lib/Protocol/SimpleJSON/Context.php               |  2 ++
 lib/php/lib/Protocol/SimpleJSON/ListContext.php           |  2 ++
 lib/php/lib/Protocol/SimpleJSON/MapContext.php            |  2 ++
 lib/php/lib/Protocol/SimpleJSON/StructContext.php         |  2 ++
 lib/php/lib/Protocol/TBinaryProtocol.php                  |  4 +++-
 lib/php/lib/Protocol/TBinaryProtocolAccelerated.php       |  2 ++
 lib/php/lib/Protocol/TCompactProtocol.php                 |  4 +++-
 lib/php/lib/Protocol/TJSONProtocol.php                    | 15 +++++++--------
 lib/php/lib/Protocol/TMultiplexedProtocol.php             |  2 ++
 lib/php/lib/Protocol/TProtocol.php                        |  4 +++-
 lib/php/lib/Protocol/TProtocolDecorator.php               |  4 +++-
 lib/php/lib/Protocol/TSimpleJSONProtocol.php              |  8 +++++---
 lib/php/lib/Serializer/TBinarySerializer.php              |  2 ++
 lib/php/lib/Server/TForkingServer.php                     |  2 ++
 lib/php/lib/Server/TSSLServerSocket.php                   |  2 ++
 lib/php/lib/Server/TServer.php                            |  2 ++
 lib/php/lib/Server/TServerSocket.php                      |  2 ++
 lib/php/lib/Server/TServerTransport.php                   |  2 ++
 lib/php/lib/Server/TSimpleServer.php                      |  2 ++
 lib/php/lib/StoredMessageProtocol.php                     |  2 ++
 lib/php/lib/TMultiplexedProcessor.php                     |  2 ++
 lib/php/lib/Transport/TBufferedTransport.php              |  2 ++
 lib/php/lib/Transport/TCurlClient.php                     |  2 ++
 lib/php/lib/Transport/TFramedTransport.php                |  2 ++
 lib/php/lib/Transport/THttpClient.php                     |  2 ++
 lib/php/lib/Transport/TMemoryBuffer.php                   |  2 ++
 lib/php/lib/Transport/TNullTransport.php                  |  2 ++
 lib/php/lib/Transport/TPhpStream.php                      |  8 +++++---
 lib/php/lib/Transport/TSSLSocket.php                      |  2 ++
 lib/php/lib/Transport/TSocket.php                         |  2 ++
 lib/php/lib/Transport/TSocketPool.php                     |  9 ++++-----
 lib/php/lib/Transport/TTransport.php                      |  2 ++
 lib/php/lib/Type/TConstant.php                            |  2 ++
 lib/php/lib/Type/TMessageType.php                         |  2 ++
 lib/php/lib/Type/TType.php                                |  2 ++
 lib/php/test/Integration/AbstractValidatorTestCase.php    |  2 ++
 .../Integration/Lib/ClassLoader/ThriftClassLoaderTest.php |  2 ++
 .../test/Integration/Lib/Protocol/TJSONProtocolTest.php   |  2 ++
 .../Integration/Lib/Protocol/TProtocolInlinedTest.php     |  2 ++
 .../Integration/Lib/Protocol/TSimpleJSONProtocolTest.php  |  2 ++
 .../Integration/Lib/Serializer/BinarySerializerTest.php   |  2 ++
 .../test/Integration/Lib/Serializer/JsonSerializeTest.php |  2 ++
 lib/php/test/Integration/ValidatorOopTest.php             |  2 ++
 lib/php/test/Integration/ValidatorTest.php                |  2 ++
 lib/php/test/Unit/Lib/Base/Fixture/ComplexStruct.php      |  2 ++
 lib/php/test/Unit/Lib/Base/Fixture/NestedStruct.php       |  2 ++
 lib/php/test/Unit/Lib/Base/TBaseTest.php                  |  2 ++
 .../test/Unit/Lib/ClassLoader/Fixtures/A/TestClass.php    |  2 ++
 .../test/Unit/Lib/ClassLoader/Fixtures/B/TestClass.php    |  2 ++
 .../test/Unit/Lib/ClassLoader/Fixtures/C/TestClass.php    |  2 ++
 .../test/Unit/Lib/ClassLoader/Fixtures/D/TestClass.php    |  2 ++
 .../test/Unit/Lib/ClassLoader/Fixtures/E/TestClass.php    |  2 ++
 .../test/Unit/Lib/ClassLoader/ThriftClassLoaderTest.php   |  2 ++
 lib/php/test/Unit/Lib/Exception/ExceptionTypesTest.php    |  2 ++
 .../test/Unit/Lib/Exception/TApplicationExceptionTest.php |  2 ++
 lib/php/test/Unit/Lib/Exception/TExceptionTest.php        |  2 ++
 .../test/Unit/Lib/Factory/TBinaryProtocolFactoryTest.php  |  2 ++
 .../test/Unit/Lib/Factory/TCompactProtocolFactoryTest.php |  2 ++
 .../test/Unit/Lib/Factory/TFramedTransportFactoryTest.php |  2 ++
 .../test/Unit/Lib/Factory/TJSONProtocolFactoryTest.php    |  2 ++
 lib/php/test/Unit/Lib/Factory/TTransportFactoryTest.php   |  2 ++
 lib/php/test/Unit/Lib/Fixture/TestProcessor.php           |  2 ++
 lib/php/test/Unit/Lib/Fixture/TestRichException.php       |  2 ++
 lib/php/test/Unit/Lib/Fixture/TestSerializerStruct.php    |  2 ++
 lib/php/test/Unit/Lib/Protocol/BoundaryValuesTest.php     |  2 ++
 .../test/Unit/Lib/Protocol/Fixture/JsonProtocolStub.php   |  2 ++
 lib/php/test/Unit/Lib/Protocol/JsonContextTest.php        |  2 ++
 lib/php/test/Unit/Lib/Protocol/SimpleJsonContextTest.php  |  2 ++
 lib/php/test/Unit/Lib/Protocol/StringByteCountTest.php    |  2 ++
 .../Unit/Lib/Protocol/TBinaryProtocolAcceleratedTest.php  |  2 ++
 lib/php/test/Unit/Lib/Protocol/TBinaryProtocolTest.php    |  2 ++
 lib/php/test/Unit/Lib/Protocol/TCompactProtocolTest.php   |  2 ++
 lib/php/test/Unit/Lib/Protocol/TJSONProtocolTest.php      |  2 ++
 .../test/Unit/Lib/Protocol/TMultiplexedProtocolTest.php   |  2 ++
 lib/php/test/Unit/Lib/Protocol/TProtocolDecoratorTest.php |  2 ++
 lib/php/test/Unit/Lib/Protocol/TProtocolTest.php          |  2 ++
 .../test/Unit/Lib/Protocol/TSimpleJSONProtocolTest.php    |  2 ++
 lib/php/test/Unit/Lib/ReflectionHelper.php                |  2 ++
 .../test/Unit/Lib/Serializer/TBinarySerializerTest.php    |  2 ++
 lib/php/test/Unit/Lib/Server/Fixture/ServerStub.php       |  2 ++
 .../test/Unit/Lib/Server/Fixture/ServerTransportStub.php  |  2 ++
 lib/php/test/Unit/Lib/Server/Fixture/TestProcessor.php    |  2 ++
 lib/php/test/Unit/Lib/Server/TForkingServerTest.php       |  2 ++
 lib/php/test/Unit/Lib/Server/TSSLServerSocketTest.php     |  2 ++
 lib/php/test/Unit/Lib/Server/TServerSocketTest.php        |  2 ++
 lib/php/test/Unit/Lib/Server/TServerTest.php              |  2 ++
 lib/php/test/Unit/Lib/Server/TServerTransportTest.php     |  2 ++
 lib/php/test/Unit/Lib/Server/TSimpleServerTest.php        |  2 ++
 lib/php/test/Unit/Lib/StoredMessageProtocolTest.php       |  2 ++
 lib/php/test/Unit/Lib/TMultiplexedProcessorTest.php       |  2 ++
 .../Unit/Lib/Transport/Fixture/BufferedReadTransport.php  |  2 ++
 .../test/Unit/Lib/Transport/TBufferedTransportTest.php    |  2 ++
 lib/php/test/Unit/Lib/Transport/TCurlClientTest.php       |  2 ++
 lib/php/test/Unit/Lib/Transport/TFramedTransportTest.php  |  2 ++
 lib/php/test/Unit/Lib/Transport/THttpClientTest.php       |  4 +++-
 lib/php/test/Unit/Lib/Transport/TMemoryBufferTest.php     |  2 ++
 lib/php/test/Unit/Lib/Transport/TNullTransportTest.php    |  2 ++
 lib/php/test/Unit/Lib/Transport/TPhpStreamTest.php        |  2 ++
 lib/php/test/Unit/Lib/Transport/TSSLSocketTest.php        |  2 ++
 lib/php/test/Unit/Lib/Transport/TSocketPoolTest.php       |  2 ++
 lib/php/test/Unit/Lib/Transport/TSocketTest.php           |  2 ++
 lib/php/test/Unit/Lib/Transport/TTransportTest.php        |  2 ++
 .../Unit/Lib/Transport/TransportErrorScenariosTest.php    |  2 ++
 lib/php/test/Unit/Lib/Type/Fixture/CachedConstantStub.php |  2 ++
 lib/php/test/Unit/Lib/Type/TypeConstantsTest.php          |  2 ++
 lib/php/test/bootstrap.php                                |  2 ++
 test/php/TestClient.php                                   |  2 +-
 test/php/TestServer.php                                   |  2 +-
 126 files changed, 268 insertions(+), 26 deletions(-)

Reply via email to