diff options
| author | stupidon <bhupendra.siyag@gmail.com> | 2016-02-28 10:56:56 +0100 |
|---|---|---|
| committer | stupidon <bhupendra.siyag@gmail.com> | 2016-02-28 10:56:56 +0100 |
| commit | c6abd77fc241894a4052d4212c25b0e2291683a1 (patch) | |
| tree | ee57a5031d4b4e478c33073e360a9cc5ea6ba1a1 | |
| parent | 869538121bdc07adba1637252bf1d7338f1a27de (diff) | |
syntax correction
| -rw-r--r-- | server/core/Compute.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/core/Compute.php b/server/core/Compute.php index 3df3ada..e95380e 100644 --- a/server/core/Compute.php +++ b/server/core/Compute.php @@ -47,7 +47,7 @@ class compute /** * Create server. * @return array - + */ public function createServer(array $options) { |
