mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-12 21:58:58 -04:00
delete php string deprication (#8911)
This commit is contained in:
1 parent
1f0b853a8d
commit
13ee2d93aa
1 file changed
+2
-2
@@ -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