@@ -502,7 +502,7 @@ |
||
502 | 502 | $this->increaseVersion(); |
503 | 503 | |
504 | 504 | $this->addVersion($attributes) |
505 | - ->postPutFile(); |
|
505 | + ->postPutFile(); |
|
506 | 506 | |
507 | 507 | return $this->version; |
508 | 508 | } |
@@ -367,7 +367,7 @@ |
||
367 | 367 | |
368 | 368 | throw new Exception\InsufficientStorage( |
369 | 369 | 'user quota is full', |
370 | - Exception\InsufficientStorage::USER_QUOTA_FULL |
|
370 | + Exception\InsufficientStorage::USER_QUOTA_FULL |
|
371 | 371 | ); |
372 | 372 | } |
373 | 373 |