mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-31 09:20:15 -06:00
delete php string deprication (#8911)
This commit is contained in:
@@ -2690,7 +2690,7 @@ trait Sharing {
|
||||
$expectedElementsArray['path'],
|
||||
(string) $elementResponded->path[0],
|
||||
__METHOD__
|
||||
. " Expected '${expectedElementsArray['path']}' but got '"
|
||||
. " Expected '{$expectedElementsArray['path']}' but got '"
|
||||
. $elementResponded->path[0]
|
||||
. "'"
|
||||
);
|
||||
@@ -2698,7 +2698,7 @@ trait Sharing {
|
||||
$expectedElementsArray['permissions'],
|
||||
(string) $elementResponded->permissions[0],
|
||||
__METHOD__
|
||||
. " Expected '${expectedElementsArray['permissions']}' but got '"
|
||||
. " Expected '{$expectedElementsArray['permissions']}' but got '"
|
||||
. $elementResponded->permissions[0]
|
||||
. "'"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user