@@ -56,7 +56,7 @@ |
||
56 | 56 | if ($validator->isValid()) { |
57 | 57 | echo "The supplied JSON validates against the schema.\n"; |
58 | 58 | $assert = true; |
59 | - } else { |
|
59 | + }else { |
|
60 | 60 | echo "JSON does not validate. Violations:\n"; |
61 | 61 | foreach ($validator->getErrors() as $error) { |
62 | 62 | echo "[{$error['property']}] {$error['message']}\n"; |
@@ -32,7 +32,7 @@ |
||
32 | 32 | /** |
33 | 33 | * @return string |
34 | 34 | */ |
35 | - public function testGetWorkspaceList(){ |
|
35 | + public function testGetWorkspaceList() { |
|
36 | 36 | $schema = __DIR__.'/../../../../api/schemas/workspaceList.json'; |
37 | 37 | |
38 | 38 | $client = $this->createClient(); |