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