Skip to content

Commit

Permalink
Set default value for some properties in generate-phpt
Browse files Browse the repository at this point in the history
  • Loading branch information
dcorrea777 authored and nikic committed Dec 13, 2017
1 parent 652d30a commit 8c36588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/dev/generate-phpt/src/gtTestSubject.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
abstract class gtTestSubject {

protected $optionalArgumentNames;
protected $mandatoryArgumentNames;
protected $optionalArgumentNames = [];
protected $mandatoryArgumentNames = [];

protected $extraArgumentList = '';
protected $shortArgumentList = '';
Expand Down

0 comments on commit 8c36588

Please sign in to comment.