Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Accounts/PropertyDoesNotExistException.php')
-rw-r--r--lib/public/Accounts/PropertyDoesNotExistException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Accounts/PropertyDoesNotExistException.php b/lib/public/Accounts/PropertyDoesNotExistException.php
index 0aa5b4c394c..e9e57dd8779 100644
--- a/lib/public/Accounts/PropertyDoesNotExistException.php
+++ b/lib/public/Accounts/PropertyDoesNotExistException.php
@@ -37,7 +37,7 @@ class PropertyDoesNotExistException extends \Exception {
* @param string $msg the error message
* @since 15.0.0
*/
- public function __construct($property){
+ public function __construct($property) {
parent::__construct('Property ' . $property . ' does not exist.');
}