diff --git a/Neos.ContentRepository.Core/Classes/Projection/CatchUpOptions.php b/Neos.ContentRepository.Core/Classes/Projection/CatchUpOptions.php index 09679cd6d1c..9d89baf2980 100644 --- a/Neos.ContentRepository.Core/Classes/Projection/CatchUpOptions.php +++ b/Neos.ContentRepository.Core/Classes/Projection/CatchUpOptions.php @@ -30,8 +30,7 @@ private function __construct( */ public static function create( SequenceNumber|int|null $maximumSequenceNumber = null, - ): self - { + ): self { if (is_int($maximumSequenceNumber)) { $maximumSequenceNumber = SequenceNumber::fromInteger($maximumSequenceNumber); }