mirror of
https://github.com/pestphp/pest.git
synced 2026-04-21 22:47:27 +02: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