Completed
Push — master ( 1af7c3...aafbda )
by Jan
03:49
created
src/Entity/Parts/Part.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -282,7 +282,7 @@
 block discarded – undo
282 282
      */
283 283
     public function getIDString(): string
284 284
     {
285
-        return 'P' . sprintf('%06d', $this->getID());
285
+        return 'P'.sprintf('%06d', $this->getID());
286 286
     }
287 287
 
288 288
     /*********************************************************************************
Please login to merge, or discard this patch.