@@ -291,7 +291,7 @@ |
||
291 | 291 | || $this->checkDomainIsValid($applicationName, $applicationData, $subDirectory) |
292 | 292 | ) { |
293 | 293 | $this->selectedModule = $applicationData['module']; |
294 | - $this->selectedApplication = (string)$applicationName; |
|
294 | + $this->selectedApplication = (string) $applicationName; |
|
295 | 295 | $this->selectedTheme = $applicationData['theme']; |
296 | 296 | |
297 | 297 | $this->selectedApplicationUri = '/'.$subDirectory; |
@@ -101,7 +101,7 @@ |
||
101 | 101 | * @param DataEntityInterface &$entity |
102 | 102 | * @return mixed The ID of the saved entity in the storage |
103 | 103 | */ |
104 | - public function saveEntity(DataEntityInterface &$entity) |
|
104 | + public function saveEntity(DataEntityInterface&$entity) |
|
105 | 105 | { |
106 | 106 | $entityClass = get_class($entity); |
107 | 107 | $storageEntityClass = get_class($this->entityPrototype); |