Skip to content
Snippets Groups Projects
Commit e3a4e5e8 authored by Bernd Oliver Suenderhauf's avatar Bernd Oliver Suenderhauf
Browse files

Followup to: Issue #3046419 by Pancho, mondrake, wizonesolutions: Set locale...

Followup to: Issue #3046419 by Pancho, mondrake, wizonesolutions: Set locale to support filenames with non-ASCII characters in pdftk
parent b180ea56
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ class ShellManager implements ShellManagerInterface {
/**
* {@inheritdoc}
*/
public function escapeShellArg(string $arg) {
public function escapeShellArg($arg) {
// Put the configured locale in a static to avoid multiple config get calls
// in the same request.
static $config_locale;
......
......@@ -53,6 +53,6 @@ interface ShellManagerInterface {
*
* @see https://www.drupal.org/project/drupal/issues/1561214
*/
public function escapeShellArg(string $arg);
public function escapeShellArg($arg);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment