diff options
| author | stupidon <bhupendra.siyag@gmail.com> | 2016-02-28 19:02:06 +0100 |
|---|---|---|
| committer | stupidon <bhupendra.siyag@gmail.com> | 2016-02-28 19:02:06 +0100 |
| commit | 7a0a19743053d4802146f579d793eec42ac3731d (patch) | |
| tree | 90f7a9693ad6af78e1c696c35bfd8998d6793b9f | |
| parent | 726562f0426d94c7822cf99d12cd35a9d913ca45 (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) { |
