Skip to content

Commit 3257b08

Browse files
fix code style (#693)
1 parent ec53351 commit 3257b08

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

Lines changed: 1 addition & 1 deletion
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) 2025 Markus Poerschke <markus@poerschke.nrw>
6+
* (c) 2026 Markus Poerschke <markus@poerschke.nrw>
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

Lines changed: 1 addition & 1 deletion
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) 2025 Markus Poerschke <markus@poerschke.nrw>
6+
* (c) 2026 Markus Poerschke <markus@poerschke.nrw>
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

Lines changed: 1 addition & 1 deletion
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) 2025 Markus Poerschke <markus@poerschke.nrw>
6+
* (c) 2026 Markus Poerschke <markus@poerschke.nrw>
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

Lines changed: 1 addition & 1 deletion
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) 2025 Markus Poerschke <markus@poerschke.nrw>
6+
* (c) 2026 Markus Poerschke <markus@poerschke.nrw>
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

Lines changed: 1 addition & 1 deletion
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) 2025 Markus Poerschke <markus@poerschke.nrw>
6+
* (c) 2026 Markus Poerschke <markus@poerschke.nrw>
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

Lines changed: 1 addition & 1 deletion
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) 2025 Markus Poerschke <markus@poerschke.nrw>
6+
* (c) 2026 Markus Poerschke <markus@poerschke.nrw>
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

Lines changed: 1 addition & 1 deletion
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) 2025 Markus Poerschke <markus@poerschke.nrw>
6+
* (c) 2026 Markus Poerschke <markus@poerschke.nrw>
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

Lines changed: 1 addition & 1 deletion
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) 2025 Markus Poerschke <markus@poerschke.nrw>
6+
* (c) 2026 Markus Poerschke <markus@poerschke.nrw>
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

Lines changed: 1 addition & 1 deletion
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) 2025 Markus Poerschke <markus@poerschke.nrw>
6+
* (c) 2026 Markus Poerschke <markus@poerschke.nrw>
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

Lines changed: 1 addition & 1 deletion
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) 2025 Markus Poerschke <markus@poerschke.nrw>
6+
* (c) 2026 Markus Poerschke <markus@poerschke.nrw>
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)