mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-28 03:04:15 +00:00
Fix deprecation warning for explicit nullable type.
This commit is contained in:
parent
a9ffb1e67c
commit
11315dee47
@ -173,7 +173,7 @@ class DAVResource
|
|||||||
* field of the resource is populated with the given data, so it does not need
|
* field of the resource is populated with the given data, so it does not need
|
||||||
* to be queried again later
|
* to be queried again later
|
||||||
*/
|
*/
|
||||||
function __construct( $parameters = null, DAVResource $prefetched_collection = null ) {
|
function __construct( $parameters = null, ?DAVResource $prefetched_collection = null ) {
|
||||||
$this->exists = null;
|
$this->exists = null;
|
||||||
$this->bound_from = null;
|
$this->bound_from = null;
|
||||||
$this->dav_name = null;
|
$this->dav_name = null;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user