Github user jeking3 commented on a diff in the pull request:
https://github.com/apache/thrift/pull/1484#discussion_r164729770
--- Diff: lib/php/lib/Transport/TBufferedTransport.php ---
@@ -22,6 +22,7 @@
namespace Thrift\Transport;
+use Thrift\Exception\TTransportException;
--- End diff --
My question was more for learning, and whether or not the "use" is needed
for that to work. I think I understand it now.---
