refacto: structure

This commit is contained in:
Nuno Maduro
2021-12-05 14:40:08 +00:00
parent e64b6fe924
commit b1f9ce2283
17 changed files with 79 additions and 61 deletions

View File

@ -7,8 +7,7 @@ namespace Pest;
final class Plugin
{
/**
* The lazy callables to be executed
* once the test suite boots.
* The lazy callables to be executed once the test suite boots.
*
* @var array<int, callable>
*