酒店预订平台
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

19 行
251 B

  1. <?php
  2. namespace Psr\Log\Test;
  3. /**
  4. * This class is internal and does not follow the BC promise.
  5. *
  6. * Do NOT use this class in any way.
  7. *
  8. * @internal
  9. */
  10. class DummyTest
  11. {
  12. public function __toString()
  13. {
  14. return 'DummyTest';
  15. }
  16. }