Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D753
Change Details
Change Details
Old
New
Diff
In order to work nicely with PHP 7.1: - use nullable parameters type - fix ProjectsMapTest tests mock type, using an anonymous class We also bump the version in Composer. References: - https://wiki.php.net/rfc/nullable_types - http://php.net/manual/en/language.oop5.anonymous.php Fixes T1064. Ref T1062.
The current code works virtually without issue on PHP 7, as it was prepared with PHP 7 in mind as target version. In order to work nicely with PHP 7.1: - use nullable parameters type - fix ProjectsMapTest tests mock type, using an anonymous class We also bump the version in Composer. References: - https://wiki.php.net/rfc/nullable_types - http://php.net/manual/en/language.oop5.anonymous.php Fixes T1064. Ref T1062.
The current code works virtually without issue on PHP 7, as it was prepared with PHP 7 in mind as target version.
In order to work nicely with PHP 7.1: - use nullable parameters type - fix ProjectsMapTest tests mock type, using an anonymous class We also bump the version in Composer. References: - https://wiki.php.net/rfc/nullable_types - http://php.net/manual/en/language.oop5.anonymous.php Fixes T1064. Ref T1062.
Continue