Skip to content

Commit 139f458

Browse files
committed
Fix parse error
1 parent 5dfc6b9 commit 139f458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Meetup/Meetup20251023MergephpLonghornPhpLightningTalks.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ public function getTitle(): string
1818
public function getDescription(): string
1919
{
2020
return <<<END
21-
We're doing something special in concert with [Longhorn PHP Conference](https://longhornphp.com): a special
21+
We're doing something special in concert with [Longhorn PHP Conference](https://www.longhornphp.com): a special
2222
live-streamed hybrid meetup with lightning talks! WWWe'll both live-stream the event _and_ allow folks to
2323
present virtually. Want to sign up to speak ahead of time? We have
24-
[a form for that](https://forms.gle/R2NagrbUkLK4Lvvd9).
24+
[a form for that](https://forms.gle/R2NagrbUkLK4Lvvd9).
2525
END;
2626
}
2727

0 commit comments

Comments
 (0)