Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyMckenzie committed Oct 28, 2024
1 parent 88fa84f commit b67c360
Show file tree
Hide file tree
Showing 2 changed files with 512 additions and 578 deletions.
3 changes: 2 additions & 1 deletion examples/php/Iterators/Beer.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

namespace Examples\Iterators;

use Override;
use Stringable;

final readonly class Beer implements Stringable
Expand All @@ -14,7 +15,7 @@ public function __construct(
public ?int $ibu = null,
) {}

#[\Override]
#[Override]
public function __toString(): string
{
return <<<Beer
Expand Down
Loading

0 comments on commit b67c360

Please sign in to comment.