File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1111 fail-fast : true
1212 matrix :
1313 os : [ubuntu-latest, windows-latest]
14- php : [8.0, 7.4]
14+ php : [8.0, 7.4, 7.3 ]
1515 stability : [prefer-lowest, prefer-stable]
1616
1717 name : PHP ${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class Card implements Arrayable
1515 *
1616 * @var array
1717 */
18- protected array $ payload = [
18+ protected $ payload = [
1919 'sections ' => [],
2020 ];
2121
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ abstract class AbstractButton implements Arrayable
1212 *
1313 * @var array
1414 */
15- protected array $ payload = [];
15+ protected $ payload = [];
1616
1717 /**
1818 * Set the onClick url.
Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ class GoogleChatMessage implements Arrayable
1515 *
1616 * @var array
1717 */
18- protected array $ payload = [];
18+ protected $ payload = [];
1919
2020 /**
2121 * The Space's webhook URL where this message should be sent.
2222 *
2323 * @var string|null
2424 */
25- protected ? string $ endpoint = null ;
25+ protected $ endpoint = null ;
2626
2727 /**
2828 * Set a specific space's webhook URL where this message should be sent to.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class Section implements Arrayable
1616 *
1717 * @var array
1818 */
19- protected array $ payload = [
19+ protected $ payload = [
2020 'widgets ' => [],
2121 ];
2222
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ abstract class AbstractWidget implements Arrayable
1212 *
1313 * @var array
1414 */
15- protected array $ payload = [];
15+ protected $ payload = [];
1616
1717 /**
1818 * Serialize the widget to an array representation.
You can’t perform that action at this time.
0 commit comments