1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2026-03-26 14:10:07 +01:00

🐛 Fix duplicate docblock

This commit is contained in:
2026-03-03 17:44:52 +01:00
parent cf27f0e071
commit e2db1ba533

View File

@@ -20,16 +20,6 @@ protocol ShellProtocol: AnyObject {
*/
var exports: [String: String] { get set }
/**
Run a command synchronously. Use with caution!
Common usage:
```
let output = Shell.sync("php -v")
```
@return The shell output. If the command times out, returns empty output.
*/
/**
Run a command synchronously. Use with caution!