| @@ -117,7 +117,7 @@ | ||
| 117 | 117 | */ | 
| 118 | 118 | public function getItemId() | 
| 119 | 119 |      { | 
| 120 | - return (string) $this->getFileId(); | |
| 120 | + return (string)$this->getFileId(); | |
| 121 | 121 | } | 
| 122 | 122 | |
| 123 | 123 | /** | 
| @@ -35,7 +35,7 @@ | ||
| 35 | 35 | */ | 
| 36 | 36 | public function getItemId() | 
| 37 | 37 |      { | 
| 38 | - return (string) $this->getUuid(); | |
| 38 | + return (string)$this->getUuid(); | |
| 39 | 39 | } | 
| 40 | 40 | |
| 41 | 41 | /** |