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);
372
+
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);
373
373
}
374
374
}
375
-
thrownewIOException(sprintf('Failed to create %s link from "%s" to "%s".', $linkType, $origin, $target), 0, null, $target);
375
+
thrownewIOException(sprintf('Failed to create "%s" link from "%s" to "%s".', $linkType, $origin, $target), 0, null, $target);
376
376
}
377
377
378
378
/**
@@ -642,7 +642,7 @@ public function tempnam(string $dir, string $prefix/*, string $suffix = ''*/)
642
642
publicfunctiondumpFile(string$filename, $content)
643
643
{
644
644
if (\is_array($content)) {
645
-
thrownew \TypeError(sprintf('Argument 2 passed to %s() must be string or resource, array given.', __METHOD__));
645
+
thrownew \TypeError(sprintf('Argument 2 passed to "%s()" must be string or resource, array given.', __METHOD__));
646
646
}
647
647
648
648
$dir = \dirname($filename);
@@ -678,7 +678,7 @@ public function dumpFile(string $filename, $content)
0 commit comments