Config.php 300 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\Framework\TestFramework\Unit\Module;
  7. class Config
  8. {
  9. /**
  10. * @return void
  11. * @SuppressWarnings(PHPMD.ShortMethodName))
  12. */
  13. public function is()
  14. {
  15. }
  16. }