[tests-only][full-ci] test: adjust PHP code to support v8.4#11459
[tests-only][full-ci] test: adjust PHP code to support v8.4#11459
Conversation
3a4937a to
31224b0
Compare
|
@deyankiteworks @saw-jan the style test step now fails because the |
We are moving forward, so I would say let's go with |
31224b0 to
f2d2bc6
Compare
The implicite nullable type has been deprecated. This fixes it by explicitely typing every nullable type. PHP is also bumped in composer and drone to v8.4.
f2d2bc6 to
b933f48
Compare
|
[tests-only][full-ci] test: adjust PHP code to support v8.4



JIRA: OCISDEV-80
Description
The implicite nullable type has been deprecated. This fixes it by explicitely typing every nullable type. PHP is also bumped in composer and drone to run tests with v8.4.
Motivation and Context
Tests can be run with PHP v8.4.
How Has This Been Tested?
Types of changes