Rebuild php petstore sample client

This commit is contained in:
Mikolaj Przybysz
2016-05-24 15:03:25 +02:00
parent 041c5d1d34
commit 6aa821d76d
18 changed files with 1011 additions and 32 deletions

View File

@@ -271,7 +271,7 @@ class ObjectSerializer
$byte_written = $deserialized->fwrite($data);
if (Configuration::getDefaultConfiguration()->getDebug()) {
error_log("[DEBUG] Written $byte_written byte to $filename. Please move the file to a proper folder or delete the temp file after processing.\n", 3, Configuration::getDefaultConfiguration()->getDebugFile());
error_log("[DEBUG] Written $byte_written byte to $filename. Please move the file to a proper folder or delete the temp file after processing.".PHP_EOL, 3, Configuration::getDefaultConfiguration()->getDebugFile());
}
return $deserialized;