File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1010
1111class Alert extends AbstractConfiguration
1212{
13- /** @var list< string> The list of each configuration tree key */
13+ /** @var string[] The list of each configuration tree key */
1414 protected $ keys = [
1515 'scenario ' ,
1616 'scenario_hash ' ,
Original file line number Diff line number Diff line change 77
88class Decision extends AbstractConfiguration
99{
10- /** @var list< string> The list of each configuration tree key */
10+ /** @var string[] The list of each configuration tree key */
1111 protected $ keys = [
1212 'origin ' ,
1313 'type ' ,
Original file line number Diff line number Diff line change 77
88class Event extends AbstractConfiguration
99{
10- /** @var list< string> The list of each configuration tree key */
10+ /** @var string[] The list of each configuration tree key */
1111 protected $ keys = [
1212 'meta ' ,
1313 'timestamp ' ,
Original file line number Diff line number Diff line change 77
88class Meta extends AbstractConfiguration
99{
10- /** @var list< string> The list of each configuration tree key */
10+ /** @var string[] The list of each configuration tree key */
1111 protected $ keys = [
1212 'key ' ,
1313 'value ' ,
Original file line number Diff line number Diff line change 77
88class Source extends AbstractConfiguration
99{
10- /** @var list< string> The list of each configuration tree key */
10+ /** @var string[] The list of each configuration tree key */
1111 protected $ keys = [
1212 'scope ' ,
1313 'value ' ,
Original file line number Diff line number Diff line change 2121 */
2222class Metrics extends AbstractConfiguration
2323{
24- /** @var list< string> The list of each configuration tree key */
24+ /** @var string[] The list of each configuration tree key */
2525 protected $ keys = [
2626 'name ' ,
2727 'type ' ,
Original file line number Diff line number Diff line change 2020 */
2121class Items extends AbstractConfiguration
2222{
23- /** @var list< string> The list of each configuration tree key */
23+ /** @var string[] The list of each configuration tree key */
2424 protected $ keys = [
2525 'name ' ,
2626 'value ' ,
You can’t perform that action at this time.
0 commit comments