2
0
forked from Wavyzz/dolibarr

PSR2 ClassDeclaration

This commit is contained in:
Frédéric FRANCE
2018-08-29 22:06:05 +02:00
parent b03f4004ea
commit 6aee680a4f
319 changed files with 17 additions and 351 deletions

View File

@@ -224,5 +224,4 @@ class RestAPIUserTest extends PHPUnit_Framework_TestCase
$this->assertNotNull($object, "Parsing of json result must no be null");
$this->assertEquals(500, $object['error']['code'], $object['error']['code'].' '.$object['error']['message']);
}
}
}