I'm not able to get any file that uses Namespaces extensively. A single Namespace is acceptable but longer Namespaces are ignored. Any chance of getting this fixed or know of a workaround? Example of a class using Namespaces that are ignored. ```php <?php namespace MainNamespace\SecondName; use \Automattic\WooCommerce\Checkout\Helpers\ReserveStock; ```