Github user jeking3 commented on a diff in the pull request:
https://github.com/apache/thrift/pull/1484#discussion_r164632507
--- Diff: lib/php/lib/Transport/TBufferedTransport.php ---
@@ -22,6 +22,7 @@
namespace Thrift\Transport;
+use Thrift\Exception\TTransportException;
--- End diff --
I don't see where TTransportException is used in the changes you made.
Is a "use" clause needed for the @inheritdoc directive to work?---
