mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 08:17:22 +01:00
Code quality improvements
This commit is contained in:
@ -19,7 +19,7 @@ final class Version implements HandlesArguments
|
||||
* Creates a new Plugin instance.
|
||||
*/
|
||||
public function __construct(
|
||||
private OutputInterface $output
|
||||
private readonly OutputInterface $output
|
||||
) {
|
||||
// ..
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user