Skip to content

Commit

Permalink
Update exercises/practice/largest-series-product/LargestSeriesProduct…
Browse files Browse the repository at this point in the history
….php

Co-authored-by: homersimpsons <[email protected]>
  • Loading branch information
realwahl and homersimpsons authored Feb 18, 2024
1 parent 11a8ad1 commit 8aef585
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
class Series
{
public function __construct(string $input)
{
{
throw new \BadMethodCallException("Implement the constructor method");
}

Expand Down

0 comments on commit 8aef585

Please sign in to comment.