Skip to content

Commit 3b9835f

Browse files
committed
Correct php-cs-fixer errors
1 parent a1c544a commit 3b9835f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Feed/BrndFeedType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,4 @@ public static function getIdKey(FeedSource $feedSource): string
180180

181181
return $ulid->toBase32();
182182
}
183-
}
183+
}

src/Feed/FeedOutputModels.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ class FeedOutputModels
100100
* Start/end time are unix timestamps.
101101
*/
102102
final public const string BRND_BOOKING_OUTPUT = 'brnd-booking';
103-
}
103+
}

0 commit comments

Comments
 (0)