X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fsymfony%2Fexpression-language%2FExpressionFunctionProviderInterface.php;fp=vendor%2Fsymfony%2Fexpression-language%2FExpressionFunctionProviderInterface.php;h=0000000000000000000000000000000000000000;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=414b01389feb52a60b71042acb7aece655c5ebd7;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php b/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php deleted file mode 100644 index 414b01389..000000000 --- a/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php +++ /dev/null @@ -1,23 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace Symfony\Component\ExpressionLanguage; - -/** - * @author Fabien Potencier - */ -interface ExpressionFunctionProviderInterface -{ - /** - * @return ExpressionFunction[] An array of Function instances - */ - public function getFunctions(); -}