Passed
Push — master ( c037a7...e28eb3 )
by Jan
02:50
created
src/Entity/User.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -187,7 +187,7 @@
 block discarded – undo
187 187
      */
188 188
     public function getIDString(): string
189 189
     {
190
-        return 'U' . sprintf('%06d', $this->getID());
190
+        return 'U'.sprintf('%06d', $this->getID());
191 191
     }
192 192
 
193 193
 
Please login to merge, or discard this patch.