@@ -13,8 +13,8 @@ |
||
13 | 13 | |
14 | 14 | namespace Sylius\Bundle\GridBundle\Doctrine\ORM; |
15 | 15 | |
16 | -use Doctrine\ORM\Query\Expr\Comparison; |
|
17 | 16 | use Doctrine\ORM\QueryBuilder; |
17 | +use Doctrine\ORM\Query\Expr\Comparison; |
|
18 | 18 | use Sylius\Component\Grid\Data\ExpressionBuilderInterface; |
19 | 19 | |
20 | 20 | final class ExpressionBuilder implements ExpressionBuilderInterface |
@@ -15,8 +15,14 @@ |
||
15 | 15 | |
16 | 16 | interface FormTypeRegistryInterface |
17 | 17 | { |
18 | + /** |
|
19 | + * @return void |
|
20 | + */ |
|
18 | 21 | public function add(string $identifier, string $typeIdentifier, string $formType): void; |
19 | 22 | |
23 | + /** |
|
24 | + * @return string|null |
|
25 | + */ |
|
20 | 26 | public function get(string $identifier, string $typeIdentifier): ?string; |
21 | 27 | |
22 | 28 | public function has(string $identifier, string $typeIdentifier): bool; |