You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewIOException(sprintf('Unable to create %s link due to error code 1314: \'A required privilege is not held by the client\'. Do you have the required Administrator-rights?', $linkType), 0, null, $target);
393
393
}
394
394
}
@@ -422,14 +422,14 @@ public function readlink($path, $canonicalize = false)
422
422
return;
423
423
}
424
424
425
-
if ('\\' === DIRECTORY_SEPARATOR) {
425
+
if ('\\' === \DIRECTORY_SEPARATOR) {
426
426
$path = readlink($path);
427
427
}
428
428
429
429
returnrealpath($path);
430
430
}
431
431
432
-
if ('\\' === DIRECTORY_SEPARATOR) {
432
+
if ('\\' === \DIRECTORY_SEPARATOR) {
433
433
returnrealpath($path);
434
434
}
435
435
@@ -455,7 +455,7 @@ public function makePathRelative($endPath, $startPath)
0 commit comments