X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Fincludes%2Fenvironment.inc;fp=vendor%2Fdrush%2Fdrush%2Fincludes%2Fenvironment.inc;h=34d09fecfc0b74158b3943d8b8259d7efafbc213;hp=a4717048cb74a5612337d329d35ac232d3f5b446;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/vendor/drush/drush/includes/environment.inc b/vendor/drush/drush/includes/environment.inc index a4717048c..34d09fecf 100644 --- a/vendor/drush/drush/includes/environment.inc +++ b/vendor/drush/drush/includes/environment.inc @@ -18,7 +18,7 @@ use Webmozart\PathUtil\Path; * Log PHP errors to the Drush log. This is in effect until Drupal's error * handler takes over. */ -function drush_error_handler($errno, $message, $filename, $line, $context) { +function drush_error_handler($errno, $message, $filename, $line) { // E_DEPRECATED was added in PHP 5.3. Drupal 6 will not fix all the // deprecated errors, but suppresses them. So we suppress them as well. if (defined('E_DEPRECATED')) {