X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fsymfony%2Ffinder%2FException%2FShellCommandFailureException.php;fp=vendor%2Fsymfony%2Ffinder%2FException%2FShellCommandFailureException.php;h=db85e682d91117c02eb6f5412e9e2378394feed0;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=10251bff96dba308539ed310118b7d2df0d41542;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/vendor/symfony/finder/Exception/ShellCommandFailureException.php b/vendor/symfony/finder/Exception/ShellCommandFailureException.php index 10251bff9..db85e682d 100644 --- a/vendor/symfony/finder/Exception/ShellCommandFailureException.php +++ b/vendor/symfony/finder/Exception/ShellCommandFailureException.php @@ -11,7 +11,7 @@ namespace Symfony\Component\Finder\Exception; -@trigger_error('The '.__NAMESPACE__.'\ShellCommandFailureException class is deprecated since version 2.8 and will be removed in 3.0.', E_USER_DEPRECATED); +@trigger_error('The '.__NAMESPACE__.'\ShellCommandFailureException class is deprecated since Symfony 2.8 and will be removed in 3.0.', E_USER_DEPRECATED); use Symfony\Component\Finder\Adapter\AdapterInterface; use Symfony\Component\Finder\Shell\Command; @@ -23,16 +23,8 @@ use Symfony\Component\Finder\Shell\Command; */ class ShellCommandFailureException extends AdapterFailureException { - /** - * @var Command - */ private $command; - /** - * @param AdapterInterface $adapter - * @param Command $command - * @param \Exception|null $previous - */ public function __construct(AdapterInterface $adapter, Command $command, \Exception $previous = null) { $this->command = $command;