Skip to content

Commit

Permalink
Update Stack.php
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzadamodassir authored Nov 12, 2024
1 parent 9d03d34 commit fa9c5f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Stack.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
\error_reporting(E_ALL);
\ini_set('display_errors', 0);

abstract class Stack
class Stack
{
private $message;
private $code;
Expand Down Expand Up @@ -84,4 +84,4 @@ public function __toString()
return '';
}
}
?>
?>

0 comments on commit fa9c5f6

Please sign in to comment.