Skip to content

Commit 38db4cc

Browse files
Fix code style!
1 parent bdf59da commit 38db4cc

File tree

88 files changed

+88
-88
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+88
-88
lines changed

examples/example1.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

examples/example2.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

examples/example3.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/Collection/Events.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/Collection/EventsArray.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/Collection/EventsGenerator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/Entity/Attendee.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/Entity/Calendar.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/Entity/Event.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/Entity/TimeZone.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/Enum/CalendarUserType.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/Enum/EventStatus.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/Enum/ParticipationStatus.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/Enum/RoleType.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/Enum/TimeZoneTransitionType.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/ValueObject/Alarm.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/ValueObject/Alarm/AbsoluteDateTimeTrigger.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/ValueObject/Alarm/Action.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/ValueObject/Alarm/AudioAction.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/ValueObject/Alarm/DisplayAction.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/ValueObject/Alarm/EmailAction.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/ValueObject/Alarm/RelativeTrigger.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/ValueObject/Alarm/Trigger.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/ValueObject/Attachment.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/ValueObject/BinaryContent.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/ValueObject/Category.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/ValueObject/Date.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/ValueObject/DateTime.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/ValueObject/EmailAddress.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/ValueObject/GeographicPosition.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/ValueObject/Location.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/ValueObject/Member.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/ValueObject/MultiDay.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/ValueObject/Occurrence.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/ValueObject/Organizer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/ValueObject/PointInTime.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/ValueObject/SingleDay.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/ValueObject/TimeSpan.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/ValueObject/TimeZoneTransition.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/ValueObject/Timestamp.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/ValueObject/UniqueIdentifier.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Domain/ValueObject/Uri.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Presentation/Component.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

src/Presentation/Component/Property.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the eluceo/iCal package.
55
*
6-
* (c) 2024 Markus Poerschke <[email protected]>
6+
* (c) 2025 Markus Poerschke <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

0 commit comments

Comments
 (0)