X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Fincludes%2Fenvironment.inc;h=34d09fecfc0b74158b3943d8b8259d7efafbc213;hb=4e1bfbf98b844da83b18aca92ef00f11a4735806;hp=a4717048cb74a5612337d329d35ac232d3f5b446;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website 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')) {