Skip to content

Commit 8c36588

Browse files
dcorrea777nikic
authored andcommitted
Set default value for some properties in generate-phpt
1 parent 652d30a commit 8c36588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/dev/generate-phpt/src/gtTestSubject.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
abstract class gtTestSubject {
33

4-
protected $optionalArgumentNames;
5-
protected $mandatoryArgumentNames;
4+
protected $optionalArgumentNames = [];
5+
protected $mandatoryArgumentNames = [];
66

77
protected $extraArgumentList = '';
88
protected $shortArgumentList = '';

0 commit comments

Comments
 (0)