mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
Style
This commit is contained in:
@ -97,7 +97,7 @@ final class Help implements HandlesArguments
|
||||
*/
|
||||
private function getContent(): array
|
||||
{
|
||||
$helpReflection = new PHPUnitHelp();
|
||||
$helpReflection = new PHPUnitHelp;
|
||||
|
||||
$content = (fn (): array => $this->elements())->call($helpReflection);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user