File tree 5 files changed +0
-5
lines changed
5 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 6
6
- " src/CoreBundle/Component/Utils/ChamiloApi.php"
7
7
- " src/CoreBundle/Component/Utils/ScriptHandler.php"
8
8
- " src/CoreBundle/Framework/Container.php"
9
- - " src/CoreBundle/Hook"
10
9
- " src/CoreBundle/ChamiloCoreBundle.php"
11
10
- " src/CourseBundle/ChamiloCourseBundle.php"
12
11
- " src/CourseBundle/DependencyInjection"
Original file line number Diff line number Diff line change 88
88
]);
89
89
90
90
$ ecsConfig ->skip ([
91
- __DIR__ .'/src/CoreBundle/Hook/* ' ,
92
91
__DIR__ .'/src/CoreBundle/Component/HTMLPurifier/Filter/AllowIframes.php ' ,
93
92
__DIR__ .'/src/CoreBundle/Traits/Repository/* ' ,
94
93
__DIR__ .'/src/CourseBundle/Component/* ' ,
Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ parameters:
54
54
- public/main/cron/*
55
55
- public/main/webservices/*
56
56
57
- - src/CoreBundle/Hook/*
58
57
- src/CoreBundle/Migrations/*
59
58
- src/CoreBundle/Twig/SettingsHelper.php
60
59
- src/CoreBundle/Settings/SettingsResolver.php
Original file line number Diff line number Diff line change 151
151
<directory name =" vendor" />
152
152
153
153
<directory name =" src/CoreBundle/Component/Editor" />
154
- <directory name =" src/CoreBundle/Hook" />
155
154
<directory name =" src/CourseBundle/Component/CourseCopy" />
156
155
<directory name =" src/LtiBundle" />
157
156
Original file line number Diff line number Diff line change 61
61
__DIR__ .'/src/CourseBundle/Component/CourseCopy/* ' ,
62
62
__DIR__ .'/src/CoreBundle/Component/HTMLPurifier/* ' ,
63
63
__DIR__ .'/src/LtiBundle/* ' ,
64
- __DIR__ .'/src/CoreBundle/Hook/* ' ,
65
64
__DIR__ .'/src/CoreBundle/Migrations/* ' ,
66
65
__DIR__ .'/src/CoreBundle/Twig/SettingsHelper.php ' ,
67
66
__DIR__ .'/src/CoreBundle/Settings/* ' ,
You can’t perform that action at this time.
0 commit comments