init
This commit is contained in:
14
backend/vendor/doctrine/collections/src/Expr/Expression.php
vendored
Normal file
14
backend/vendor/doctrine/collections/src/Expr/Expression.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Doctrine\Common\Collections\Expr;
|
||||
|
||||
/**
|
||||
* Expression for the {@link Selectable} interface.
|
||||
*/
|
||||
interface Expression
|
||||
{
|
||||
/** @return mixed */
|
||||
public function visit(ExpressionVisitor $visitor);
|
||||
}
|
||||
Reference in New Issue
Block a user