mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
Set default value for some properties in generate-phpt
This commit is contained in:
parent
652d30acdc
commit
8c36588ee8
@ -1,8 +1,8 @@
|
||||
<?php
|
||||
abstract class gtTestSubject {
|
||||
|
||||
protected $optionalArgumentNames;
|
||||
protected $mandatoryArgumentNames;
|
||||
protected $optionalArgumentNames = [];
|
||||
protected $mandatoryArgumentNames = [];
|
||||
|
||||
protected $extraArgumentList = '';
|
||||
protected $shortArgumentList = '';
|
||||
|
Loading…
Reference in New Issue
Block a user