文件操作 - .php_cs.dist
返回文件管理
返回主菜单
删除本文件
文件: /root/.local/share/Trash/files/roundcube/vendor/masterminds/html5/.php_cs.dist
编辑文件内容
<?php $finder = PhpCsFixer\Finder::create() ->in(__DIR__) ; return PhpCsFixer\Config::create() ->setRules(array( '@Symfony' => true, 'concat_space' => array('spacing' => 'one'), 'phpdoc_annotation_without_dot' => false, )) ->setFinder($finder) ;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件