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:
@@ -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!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user