Completed
Pull Request — master (#329)
by
unknown
06:02
created
src/Media/Commands/UploadImage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
114 114
 
115 115
     public function getItemId()
116 116
     {
117
-        return (string) $this->getFileId();
117
+        return (string)$this->getFileId();
118 118
     }
119 119
 
120 120
     public function getPermission()
Please login to merge, or discard this patch.
src/Role/Commands/AbstractCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
 
33 33
     public function getItemId()
34 34
     {
35
-        return (string) $this->getUuid();
35
+        return (string)$this->getUuid();
36 36
     }
37 37
 
38 38
     public function getPermission()
Please login to merge, or discard this patch.