Skip to content

Commit

Permalink
final new static
Browse files Browse the repository at this point in the history
  • Loading branch information
cesargb committed Oct 1, 2022
1 parent 130fffc commit 59e267c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/PipeLine.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@

namespace Descom\Pipeline;

/** @phpstan-consistent-constructor */
abstract class PipeLine
{
private static array $self = [];

private array $stages = [];

private function __construct()
final private function __construct()
{
}

Expand Down

0 comments on commit 59e267c

Please sign in to comment.