Edit File by line
•
/
home
/
zeestwma
/
ajeebong...
/
wp-conte...
/
plugins
/
code-sni...
/
vendor
/
typistte...
/
imposter
/
src
•
File:
TransformerInterface.php
<?php
[
0
]
Fix
|
Delete
[
1
]
Fix
|
Delete
declare(strict_types=1);
[
2
]
Fix
|
Delete
[
3
]
Fix
|
Delete
namespace TypistTech\Imposter;
[
4
]
Fix
|
Delete
[
5
]
Fix
|
Delete
interface TransformerInterface
[
6
]
Fix
|
Delete
{
[
7
]
Fix
|
Delete
/**
[
8
]
Fix
|
Delete
* Transform a file or directory recursively.
[
9
]
Fix
|
Delete
*
[
10
]
Fix
|
Delete
* @param string $target Path to the target file or directory.
[
11
]
Fix
|
Delete
*
[
12
]
Fix
|
Delete
* @return void
[
13
]
Fix
|
Delete
*/
[
14
]
Fix
|
Delete
public function transform(string $target);
[
15
]
Fix
|
Delete
}
[
16
]
Fix
|
Delete
[
17
]
Fix
|
Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function
Edit text
Download
Information
Rename
Copy
Move
Delete
Chmod
List