Skip to content

Commit

Permalink
Updated Chess\Eval\ElaborateEvalTrait
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Dec 16, 2024
1 parent bb2b752 commit f1f8e5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Eval/AbstractEval.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,4 @@ abstract class AbstractEval
Color::W => 0,
Color::B => 0,
];

public array $toElaborate = [];
}
2 changes: 2 additions & 0 deletions src/Eval/ElaborateEvalTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

trait ElaborateEvalTrait
{
public array $toElaborate = [];

public array $elaboration = [];

protected function shorten(string $intro, bool $ucfirst): array
Expand Down

0 comments on commit f1f8e5a

Please sign in to comment.