File tree 2 files changed +42
-28
lines changed
2 files changed +42
-28
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ /**
4
+ * Symfony Validator
5
+ *
6
+ * Type sensitive validating Software for Symfony Applications.
7
+ *
8
+ * Copyright (c) 2020 Fabian Fröhlich <[email protected] > https://f-froehlich.de
9
+ *
10
+ *
11
+ * This program is free software: you can redistribute it and/or modify
12
+ * it under the terms of the GNU Affero General Public License as
13
+ * published by the Free Software Foundation, either version 3 of the
14
+ * License, or (at your option) any later version.
15
+ *
16
+ * This program is distributed in the hope that it will be useful,
17
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
18
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
+ * GNU Affero General Public License for more details.
20
+ *
21
+ * You should have received a copy of the GNU Affero General Public License
22
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
23
+ *
24
+ * For all license terms see README.md and LICENSE Files in root directory of this Project.
25
+ *
26
+ */
27
+
28
+ namespace FabianFroehlich \Validator ;
29
+
30
+ use Symfony \Component \HttpKernel \Bundle \Bundle ;
31
+
32
+
33
+ /**
34
+ * Class ValidatorBundle
35
+ *
36
+ * @author Fabian Fröhlich <[email protected] >
37
+ * @package FabianFroehlich\Validator
38
+ */
39
+ class ValidatorBundle
40
+ extends Bundle {
41
+
42
+ }
You can’t perform that action at this time.
0 commit comments