for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace nebula\request\file;
/**
* HTTP请求文件
*/
class File extends \SplFileInfo {
* 创建文件
*
* @param string $path
public function __construct(string $path) {
parent::__construct($path);
}