X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=blobdiff_plain;f=includes%2Fshell%2FShell.php;h=478a615039fc52c4f7880c08ad770b36c6c1241b;hb=b5cbb5ab3f084da72b12fbca770a3694d03931e9;hp=74d77a845b27386e73202069c9ab5566fc6906f7;hpb=3587a9427d8ecae967caf98a4e0c9095e97b4aa8;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/shell/Shell.php b/includes/shell/Shell.php index 74d77a845b..478a615039 100644 --- a/includes/shell/Shell.php +++ b/includes/shell/Shell.php @@ -238,7 +238,6 @@ class Shell { // Give site config file a chance to run the script in a wrapper. // The caller may likely want to call wfBasename() on $script. Hooks::run( 'wfShellWikiCmd', [ &$script, &$parameters, &$options ] ); - // @phan-suppress-next-line PhanTypeInvalidDimOffset $cmd = [ $options['php'] ?? $wgPhpCli ]; if ( isset( $options['wrapper'] ) ) { $cmd[] = $options['wrapper'];