Fix omitted colon

Fix #1527
This commit is contained in:
Sergey Panteleev 2022-04-19 15:13:29 +03:00
parent 772cf37c3f
commit f646d66e39
No known key found for this signature in database
GPG key ID: 659A97C9CF2A795A

View file

@ -647,7 +647,7 @@ $horseshoes = (new ReflectionClass(Suit::class))->newInstanceWithoutConstructor(
<![CDATA[
<?php
Suit::cases();
// Produces: [Suit::Hearts, Suit::Diamonds, Suit::Clubs, Suit:Spades]
// Produces: [Suit::Hearts, Suit::Diamonds, Suit::Clubs, Suit::Spades]
?>
]]>
</programlisting>