mirror of
https://github.com/pestphp/pest.git
synced 2026-04-23 07:27:27 +02:00
refactor: PHP 8 features
This commit is contained in:
@ -17,7 +17,7 @@ final class AfterAllRepository
|
||||
/**
|
||||
* @var array<string, Closure>
|
||||
*/
|
||||
private $state = [];
|
||||
private array $state = [];
|
||||
|
||||
/**
|
||||
* Runs the given closure for each after all.
|
||||
|
||||
Reference in New Issue
Block a user