Skip to content

Commit 330b738

Browse files
author
Nicolas Oelgart
committed
Make class no longer final
1 parent 2c2d1ff commit 330b738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nicoSWD/Rules/Evaluator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
namespace nicoSWD\Rules;
1111

12-
final class Evaluator implements EvaluatorInterface
12+
class Evaluator implements EvaluatorInterface
1313
{
1414
public function evaluate(string $group) : bool
1515
{

0 commit comments

Comments
 (0)