@@ -1,66 +1,66 @@ |
||
1 | 1 | <?php |
2 | 2 | // Generated by ZF2's ./bin/classmap_generator.php |
3 | 3 | return array( |
4 | - 'Cv\Acl\Assertion\MayChangeCv' => __DIR__ . '/Cv/Acl/Assertion/MayChangeCv.php', |
|
5 | - 'Cv\Acl\Assertion\MayViewCv' => __DIR__ . '/Cv/Acl/Assertion/MayViewCv.php', |
|
6 | - 'Cv\Controller\IndexController' => __DIR__ . '/Cv/Controller/IndexController.php', |
|
7 | - 'Cv\Controller\ManageController' => __DIR__ . '/Cv/Controller/ManageController.php', |
|
8 | - 'Cv\Controller\ViewController' => __DIR__ . '/Cv/Controller/ViewController.php', |
|
9 | - 'Cv\Entity\Attachment' => __DIR__ . '/Cv/Entity/Attachment.php', |
|
10 | - 'Cv\Entity\ComputerSkill' => __DIR__ . '/Cv/Entity/ComputerSkill.php', |
|
11 | - 'Cv\Entity\ComputerSkillInterface' => __DIR__ . '/Cv/Entity/ComputerSkillInterface.php', |
|
12 | - 'Cv\Entity\Contact' => __DIR__ . '/Cv/Entity/Contact.php', |
|
13 | - 'Cv\Entity\ContactImage' => __DIR__ . '/Cv/Entity/ContactImage.php', |
|
14 | - 'Cv\Entity\Cv' => __DIR__ . '/Cv/Entity/Cv.php', |
|
15 | - 'Cv\Entity\CvInterface' => __DIR__ . '/Cv/Entity/CvInterface.php', |
|
16 | - 'Cv\Entity\Education' => __DIR__ . '/Cv/Entity/Education.php', |
|
17 | - 'Cv\Entity\EducationInterface' => __DIR__ . '/Cv/Entity/EducationInterface.php', |
|
18 | - 'Cv\Entity\Employment' => __DIR__ . '/Cv/Entity/Employment.php', |
|
19 | - 'Cv\Entity\EmploymentInterface' => __DIR__ . '/Cv/Entity/EmploymentInterface.php', |
|
20 | - 'Cv\Entity\Language' => __DIR__ . '/Cv/Entity/Language.php', |
|
21 | - 'Cv\Entity\LanguageInterface' => __DIR__ . '/Cv/Entity/LanguageInterface.php', |
|
22 | - 'Cv\Entity\Location' => __DIR__ . '/Cv/Entity/Location.php', |
|
23 | - 'Cv\Entity\NativeLanguage' => __DIR__ . '/Cv/Entity/NativeLanguage.php', |
|
24 | - 'Cv\Entity\NativeLanguageInterface' => __DIR__ . '/Cv/Entity/NativeLanguageInterface.php', |
|
25 | - 'Cv\Entity\PreferredJob' => __DIR__ . '/Cv/Entity/PreferredJob.php', |
|
26 | - 'Cv\Entity\PreferredJobInterface' => __DIR__ . '/Cv/Entity/PreferredJobInterface.php', |
|
27 | - 'Cv\Entity\Skill' => __DIR__ . '/Cv/Entity/Skill.php', |
|
28 | - 'Cv\Entity\SkillInterface' => __DIR__ . '/Cv/Entity/SkillInterface.php', |
|
29 | - 'Cv\Entity\Status' => __DIR__ . '/Cv/Entity/Status.php', |
|
30 | - 'Cv\Entity\StatusInterface' => __DIR__ . '/Cv/Entity/StatusInterface.php', |
|
31 | - 'Cv\Factory\Controller\IndexControllerFactory' => __DIR__ . '/Cv/Factory/Controller/IndexControllerFactory.php', |
|
32 | - 'Cv\Factory\Controller\ViewControllerFactory' => __DIR__ . '/Cv/Factory/Controller/ViewControllerFactory.php', |
|
33 | - 'Cv\Factory\Form\AttachmentsFormFactory' => __DIR__ . '/Cv/Factory/Form/AttachmentsFormFactory.php', |
|
34 | - 'Cv\Factory\Form\CvContactImageFactory' => __DIR__ . '/Cv/Factory/Form/CvContactImageFactory.php', |
|
35 | - 'Cv\Factory\Form\EducationCollectionFactory' => __DIR__ . '/Cv/Factory/Form/EducationCollectionFactory.php', |
|
36 | - 'Cv\Factory\Form\EmploymentCollectionFactory' => __DIR__ . '/Cv/Factory/Form/EmploymentCollectionFactory.php', |
|
37 | - 'Cv\Factory\Form\LanguageSkillCollectionFactory' => __DIR__ . '/Cv/Factory/Form/LanguageSkillCollectionFactory.php', |
|
38 | - 'Cv\Factory\Form\PreferredJobFieldsetFactory' => __DIR__ . '/Cv/Factory/Form/PreferredJobFieldsetFactory.php', |
|
39 | - 'Cv\Factory\Form\SearchFormFieldsetFactory' => __DIR__ . '/Cv/Factory/Form/SearchFormFieldsetFactory.php', |
|
40 | - 'Cv\Factory\Form\SkillCollectionFactory' => __DIR__ . '/Cv/Factory/Form/SkillCollectionFactory.php', |
|
41 | - 'Cv\Form\CvContainer' => __DIR__ . '/Cv/Form/CvContainer.php', |
|
42 | - 'Cv\Form\EducationFieldset' => __DIR__ . '/Cv/Form/EducationFieldset.php', |
|
43 | - 'Cv\Form\EducationForm' => __DIR__ . '/Cv/Form/EducationForm.php', |
|
44 | - 'Cv\Form\EmploymentFieldset' => __DIR__ . '/Cv/Form/EmploymentFieldset.php', |
|
45 | - 'Cv\Form\EmploymentForm' => __DIR__ . '/Cv/Form/EmploymentForm.php', |
|
46 | - 'Cv\Form\InputFilter\Education' => __DIR__ . '/Cv/Form/InputFilter/Education.php', |
|
47 | - 'Cv\Form\InputFilter\Employment' => __DIR__ . '/Cv/Form/InputFilter/Employment.php', |
|
48 | - 'Cv\Form\LanguageSkillFieldset' => __DIR__ . '/Cv/Form/LanguageSkillFieldset.php', |
|
49 | - 'Cv\Form\LanguageSkillForm' => __DIR__ . '/Cv/Form/LanguageSkillForm.php', |
|
50 | - 'Cv\Form\NativeLanguageFieldset' => __DIR__ . '/Cv/Form/NativeLanguageFieldset.php', |
|
51 | - 'Cv\Form\NativeLanguageForm' => __DIR__ . '/Cv/Form/NativeLanguageForm.php', |
|
52 | - 'Cv\Form\PreferredJobFieldset' => __DIR__ . '/Cv/Form/PreferredJobFieldset.php', |
|
53 | - 'Cv\Form\PreferredJobForm' => __DIR__ . '/Cv/Form/PreferredJobForm.php', |
|
54 | - 'Cv\Form\SearchForm' => __DIR__ . '/Cv/Form/SearchForm.php', |
|
55 | - 'Cv\Form\SearchFormFieldset' => __DIR__ . '/Cv/Form/SearchFormFieldset.php', |
|
56 | - 'Cv\Form\SkillFieldset' => __DIR__ . '/Cv/Form/SkillFieldset.php', |
|
57 | - 'Cv\Form\SkillForm' => __DIR__ . '/Cv/Form/SkillForm.php', |
|
58 | - 'Cv\Options\ModuleOptions' => __DIR__ . '/Cv/Options/ModuleOptions.php', |
|
59 | - 'Cv\Paginator\PaginatorFactory' => __DIR__ . '/Cv/Paginator/PaginatorFactory.php', |
|
60 | - 'Cv\Repository\Cv' => __DIR__ . '/Cv/Repository/Cv.php', |
|
61 | - 'Cv\Repository\Event\DeleteRemovedAttachmentsSubscriber' => __DIR__ . '/Cv/Repository/Event/DeleteRemovedAttachmentsSubscriber.php', |
|
62 | - 'Cv\Repository\Event\InjectContactListener' => __DIR__ . '/Cv/Repository/Event/InjectContactListener.php', |
|
63 | - 'Cv\Repository\Event\UpdateFilesPermissionsSubscriber' => __DIR__ . '/Cv/Repository/Event/UpdateFilesPermissionsSubscriber.php', |
|
64 | - 'Cv\Repository\Filter\PaginationQuery' => __DIR__ . '/Cv/Repository/Filter/PaginationQuery.php', |
|
65 | - 'Cv\Repository\Filter\PaginationQueryFactory' => __DIR__ . '/Cv/Repository/Filter/PaginationQueryFactory.php', |
|
4 | + 'Cv\Acl\Assertion\MayChangeCv' => __DIR__.'/Cv/Acl/Assertion/MayChangeCv.php', |
|
5 | + 'Cv\Acl\Assertion\MayViewCv' => __DIR__.'/Cv/Acl/Assertion/MayViewCv.php', |
|
6 | + 'Cv\Controller\IndexController' => __DIR__.'/Cv/Controller/IndexController.php', |
|
7 | + 'Cv\Controller\ManageController' => __DIR__.'/Cv/Controller/ManageController.php', |
|
8 | + 'Cv\Controller\ViewController' => __DIR__.'/Cv/Controller/ViewController.php', |
|
9 | + 'Cv\Entity\Attachment' => __DIR__.'/Cv/Entity/Attachment.php', |
|
10 | + 'Cv\Entity\ComputerSkill' => __DIR__.'/Cv/Entity/ComputerSkill.php', |
|
11 | + 'Cv\Entity\ComputerSkillInterface' => __DIR__.'/Cv/Entity/ComputerSkillInterface.php', |
|
12 | + 'Cv\Entity\Contact' => __DIR__.'/Cv/Entity/Contact.php', |
|
13 | + 'Cv\Entity\ContactImage' => __DIR__.'/Cv/Entity/ContactImage.php', |
|
14 | + 'Cv\Entity\Cv' => __DIR__.'/Cv/Entity/Cv.php', |
|
15 | + 'Cv\Entity\CvInterface' => __DIR__.'/Cv/Entity/CvInterface.php', |
|
16 | + 'Cv\Entity\Education' => __DIR__.'/Cv/Entity/Education.php', |
|
17 | + 'Cv\Entity\EducationInterface' => __DIR__.'/Cv/Entity/EducationInterface.php', |
|
18 | + 'Cv\Entity\Employment' => __DIR__.'/Cv/Entity/Employment.php', |
|
19 | + 'Cv\Entity\EmploymentInterface' => __DIR__.'/Cv/Entity/EmploymentInterface.php', |
|
20 | + 'Cv\Entity\Language' => __DIR__.'/Cv/Entity/Language.php', |
|
21 | + 'Cv\Entity\LanguageInterface' => __DIR__.'/Cv/Entity/LanguageInterface.php', |
|
22 | + 'Cv\Entity\Location' => __DIR__.'/Cv/Entity/Location.php', |
|
23 | + 'Cv\Entity\NativeLanguage' => __DIR__.'/Cv/Entity/NativeLanguage.php', |
|
24 | + 'Cv\Entity\NativeLanguageInterface' => __DIR__.'/Cv/Entity/NativeLanguageInterface.php', |
|
25 | + 'Cv\Entity\PreferredJob' => __DIR__.'/Cv/Entity/PreferredJob.php', |
|
26 | + 'Cv\Entity\PreferredJobInterface' => __DIR__.'/Cv/Entity/PreferredJobInterface.php', |
|
27 | + 'Cv\Entity\Skill' => __DIR__.'/Cv/Entity/Skill.php', |
|
28 | + 'Cv\Entity\SkillInterface' => __DIR__.'/Cv/Entity/SkillInterface.php', |
|
29 | + 'Cv\Entity\Status' => __DIR__.'/Cv/Entity/Status.php', |
|
30 | + 'Cv\Entity\StatusInterface' => __DIR__.'/Cv/Entity/StatusInterface.php', |
|
31 | + 'Cv\Factory\Controller\IndexControllerFactory' => __DIR__.'/Cv/Factory/Controller/IndexControllerFactory.php', |
|
32 | + 'Cv\Factory\Controller\ViewControllerFactory' => __DIR__.'/Cv/Factory/Controller/ViewControllerFactory.php', |
|
33 | + 'Cv\Factory\Form\AttachmentsFormFactory' => __DIR__.'/Cv/Factory/Form/AttachmentsFormFactory.php', |
|
34 | + 'Cv\Factory\Form\CvContactImageFactory' => __DIR__.'/Cv/Factory/Form/CvContactImageFactory.php', |
|
35 | + 'Cv\Factory\Form\EducationCollectionFactory' => __DIR__.'/Cv/Factory/Form/EducationCollectionFactory.php', |
|
36 | + 'Cv\Factory\Form\EmploymentCollectionFactory' => __DIR__.'/Cv/Factory/Form/EmploymentCollectionFactory.php', |
|
37 | + 'Cv\Factory\Form\LanguageSkillCollectionFactory' => __DIR__.'/Cv/Factory/Form/LanguageSkillCollectionFactory.php', |
|
38 | + 'Cv\Factory\Form\PreferredJobFieldsetFactory' => __DIR__.'/Cv/Factory/Form/PreferredJobFieldsetFactory.php', |
|
39 | + 'Cv\Factory\Form\SearchFormFieldsetFactory' => __DIR__.'/Cv/Factory/Form/SearchFormFieldsetFactory.php', |
|
40 | + 'Cv\Factory\Form\SkillCollectionFactory' => __DIR__.'/Cv/Factory/Form/SkillCollectionFactory.php', |
|
41 | + 'Cv\Form\CvContainer' => __DIR__.'/Cv/Form/CvContainer.php', |
|
42 | + 'Cv\Form\EducationFieldset' => __DIR__.'/Cv/Form/EducationFieldset.php', |
|
43 | + 'Cv\Form\EducationForm' => __DIR__.'/Cv/Form/EducationForm.php', |
|
44 | + 'Cv\Form\EmploymentFieldset' => __DIR__.'/Cv/Form/EmploymentFieldset.php', |
|
45 | + 'Cv\Form\EmploymentForm' => __DIR__.'/Cv/Form/EmploymentForm.php', |
|
46 | + 'Cv\Form\InputFilter\Education' => __DIR__.'/Cv/Form/InputFilter/Education.php', |
|
47 | + 'Cv\Form\InputFilter\Employment' => __DIR__.'/Cv/Form/InputFilter/Employment.php', |
|
48 | + 'Cv\Form\LanguageSkillFieldset' => __DIR__.'/Cv/Form/LanguageSkillFieldset.php', |
|
49 | + 'Cv\Form\LanguageSkillForm' => __DIR__.'/Cv/Form/LanguageSkillForm.php', |
|
50 | + 'Cv\Form\NativeLanguageFieldset' => __DIR__.'/Cv/Form/NativeLanguageFieldset.php', |
|
51 | + 'Cv\Form\NativeLanguageForm' => __DIR__.'/Cv/Form/NativeLanguageForm.php', |
|
52 | + 'Cv\Form\PreferredJobFieldset' => __DIR__.'/Cv/Form/PreferredJobFieldset.php', |
|
53 | + 'Cv\Form\PreferredJobForm' => __DIR__.'/Cv/Form/PreferredJobForm.php', |
|
54 | + 'Cv\Form\SearchForm' => __DIR__.'/Cv/Form/SearchForm.php', |
|
55 | + 'Cv\Form\SearchFormFieldset' => __DIR__.'/Cv/Form/SearchFormFieldset.php', |
|
56 | + 'Cv\Form\SkillFieldset' => __DIR__.'/Cv/Form/SkillFieldset.php', |
|
57 | + 'Cv\Form\SkillForm' => __DIR__.'/Cv/Form/SkillForm.php', |
|
58 | + 'Cv\Options\ModuleOptions' => __DIR__.'/Cv/Options/ModuleOptions.php', |
|
59 | + 'Cv\Paginator\PaginatorFactory' => __DIR__.'/Cv/Paginator/PaginatorFactory.php', |
|
60 | + 'Cv\Repository\Cv' => __DIR__.'/Cv/Repository/Cv.php', |
|
61 | + 'Cv\Repository\Event\DeleteRemovedAttachmentsSubscriber' => __DIR__.'/Cv/Repository/Event/DeleteRemovedAttachmentsSubscriber.php', |
|
62 | + 'Cv\Repository\Event\InjectContactListener' => __DIR__.'/Cv/Repository/Event/InjectContactListener.php', |
|
63 | + 'Cv\Repository\Event\UpdateFilesPermissionsSubscriber' => __DIR__.'/Cv/Repository/Event/UpdateFilesPermissionsSubscriber.php', |
|
64 | + 'Cv\Repository\Filter\PaginationQuery' => __DIR__.'/Cv/Repository/Filter/PaginationQuery.php', |
|
65 | + 'Cv\Repository\Filter\PaginationQueryFactory' => __DIR__.'/Cv/Repository/Filter/PaginationQueryFactory.php', |
|
66 | 66 | ); |
@@ -28,7 +28,7 @@ discard block |
||
28 | 28 | */ |
29 | 29 | public function getConfig() |
30 | 30 | { |
31 | - return include __DIR__ . '/config/module.config.php'; |
|
31 | + return include __DIR__.'/config/module.config.php'; |
|
32 | 32 | } |
33 | 33 | |
34 | 34 | /** |
@@ -41,11 +41,11 @@ discard block |
||
41 | 41 | |
42 | 42 | return array( |
43 | 43 | 'Zend\Loader\ClassMapAutoloader' => [ |
44 | - __DIR__ . '/src/autoload_classmap.php' |
|
44 | + __DIR__.'/src/autoload_classmap.php' |
|
45 | 45 | ], |
46 | 46 | 'Zend\Loader\StandardAutoloader' => array( |
47 | 47 | 'namespaces' => array( |
48 | - __NAMESPACE__ => __DIR__ . '/src/' . __NAMESPACE__, |
|
48 | + __NAMESPACE__ => __DIR__.'/src/'.__NAMESPACE__, |
|
49 | 49 | ), |
50 | 50 | ), |
51 | 51 | ); |
@@ -38,7 +38,7 @@ |
||
38 | 38 | $core = $container->get("Core/Options"); |
39 | 39 | |
40 | 40 | if ('' == $channel->getCurrency()) { |
41 | - $currency=$core->getDefaultCurrencyCode(); |
|
41 | + $currency = $core->getDefaultCurrencyCode(); |
|
42 | 42 | $channel->setCurrency($currency); |
43 | 43 | } |
44 | 44 |
@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | $router = $container->get('Router'); |
47 | 47 | $select = new MultipostingSelect(); |
48 | 48 | $helpers = $container->get('ViewHelperManager'); |
49 | - $currencyFormat = $helpers->get('currencyFormat'); |
|
49 | + $currencyFormat = $helpers->get('currencyFormat'); |
|
50 | 50 | |
51 | 51 | $channels = $container->get('Jobs/Options/Provider'); |
52 | 52 | |
@@ -67,11 +67,11 @@ discard block |
||
67 | 67 | |
68 | 68 | $link = $router->assemble($channel->getParams(), array('name' => $channel->getRoute())); |
69 | 69 | $groups[$category]['options'][$channel->getKey()] = |
70 | - $channel->getLabel() . '|' |
|
71 | - . $channel->getHeadLine() . '|' |
|
72 | - . $channel->getDescription() . '|' |
|
73 | - . $channel->getLinkText() . '|' |
|
74 | - . $link . '|' . $channel->getPublishDuration() . '|' |
|
70 | + $channel->getLabel().'|' |
|
71 | + . $channel->getHeadLine().'|' |
|
72 | + . $channel->getDescription().'|' |
|
73 | + . $channel->getLinkText().'|' |
|
74 | + . $link.'|'.$channel->getPublishDuration().'|' |
|
75 | 75 | . $channel->getLogo(); |
76 | 76 | } |
77 | 77 |
@@ -34,8 +34,8 @@ |
||
34 | 34 | { |
35 | 35 | $auth = $container->get('AuthenticationService'); |
36 | 36 | /* @var RepositoryService $repositoryService */ |
37 | - $repositoryService = $container->get('repositories'); |
|
38 | - $translator = $container->get('translator'); |
|
37 | + $repositoryService = $container->get('repositories'); |
|
38 | + $translator = $container->get('translator'); |
|
39 | 39 | return new ManageController($auth, $repositoryService, $translator); |
40 | 40 | } |
41 | 41 |
@@ -43,7 +43,7 @@ |
||
43 | 43 | |
44 | 44 | $jobs_options = isset($config['jobs_options']) ? $config['jobs_options'] : array(); |
45 | 45 | |
46 | - if (!array_key_exists('multipostingApprovalMail', $jobs_options) || '' == trim($jobs_options['multipostingApprovalMail'])) { |
|
46 | + if (!array_key_exists('multipostingApprovalMail', $jobs_options) || '' == trim($jobs_options['multipostingApprovalMail'])) { |
|
47 | 47 | $coreOptions = $container->get('Core/Options'); |
48 | 48 | $jobs_options['multipostingApprovalMail'] = $coreOptions->getSystemMessageEmail(); |
49 | 49 | } |
@@ -88,14 +88,14 @@ discard block |
||
88 | 88 | |
89 | 89 | $class = $form->getAttribute('class'); |
90 | 90 | $class = preg_replace('~\bform-[^ ]+\b~', '', $class); |
91 | - $class .= ' ' . $layout; |
|
91 | + $class .= ' '.$layout; |
|
92 | 92 | |
93 | 93 | $form->setAttribute('class', $class); |
94 | 94 | |
95 | 95 | $formId = $form->getAttribute('id') ?: $form->getName(); |
96 | 96 | $formId = preg_replace( |
97 | 97 | array('~[^A-Za-z0-9_-]~', '~--+~', '~^-|-$~'), |
98 | - array('-' , '-' , '' ), |
|
98 | + array('-', '-', ''), |
|
99 | 99 | $formId |
100 | 100 | ); |
101 | 101 | $form->setAttribute( |
@@ -120,7 +120,7 @@ discard block |
||
120 | 120 | if (!$elementId) { |
121 | 121 | $elementId = preg_replace( |
122 | 122 | array('~[^A-Za-z0-9_-]~', '~--+~', '~^-|-$~'), |
123 | - array('-' , '-', ''), |
|
123 | + array('-', '-', ''), |
|
124 | 124 | $element->getName() |
125 | 125 | ); |
126 | 126 | } |
@@ -159,7 +159,7 @@ discard block |
||
159 | 159 | } |
160 | 160 | } |
161 | 161 | |
162 | - return $this->openTag($form) . $formContent . $this->closeTag(); |
|
162 | + return $this->openTag($form).$formContent.$this->closeTag(); |
|
163 | 163 | } |
164 | 164 | |
165 | 165 | /** |
@@ -187,7 +187,7 @@ discard block |
||
187 | 187 | ); |
188 | 188 | |
189 | 189 | if ($desc = $form->getOption('description', '')) { |
190 | - $descriptionParams=$form->getOption('description_params'); |
|
190 | + $descriptionParams = $form->getOption('description_params'); |
|
191 | 191 | $translator = $this->getTranslator(); |
192 | 192 | $textDomain = $this->getTranslatorTextDomain(); |
193 | 193 | $desc = $translator->translate($desc, $textDomain); |
@@ -208,7 +208,7 @@ discard block |
||
208 | 208 | $desc |
209 | 209 | ); |
210 | 210 | } else { |
211 | - $formContent = '<div class="form-content">' . $formContent . '</div>'; |
|
211 | + $formContent = '<div class="form-content">'.$formContent.'</div>'; |
|
212 | 212 | } |
213 | 213 | |
214 | 214 | $markup = '<div id="form-%s" class="form-container">' |
@@ -217,7 +217,7 @@ discard block |
||
217 | 217 | . '</div>'; |
218 | 218 | |
219 | 219 | if ($label = $form->getLabel()) { |
220 | - $label = '<div class="form-headline"><h3>' . $renderer->translate($label) . '</h3></div>'; |
|
220 | + $label = '<div class="form-headline"><h3>'.$renderer->translate($label).'</h3></div>'; |
|
221 | 221 | } |
222 | 222 | |
223 | 223 | return sprintf( |
@@ -69,7 +69,7 @@ discard block |
||
69 | 69 | if (!$elementId) { |
70 | 70 | $elementId = preg_replace( |
71 | 71 | array('~[^A-Za-z0-9_-]~', '~--+~', '~^-|-$~'), |
72 | - array('-' , '-' , '' ), |
|
72 | + array('-', '-', ''), |
|
73 | 73 | $element->getName() |
74 | 74 | ); |
75 | 75 | |
@@ -104,7 +104,7 @@ discard block |
||
104 | 104 | if (!$elementOrFieldsetId) { |
105 | 105 | $elementOrFieldsetId = preg_replace( |
106 | 106 | array('~[^A-Za-z0-9_-]~', '~--+~', '~^-|-$~'), |
107 | - array('-' , '-' , '' ), |
|
107 | + array('-', '-', ''), |
|
108 | 108 | $elementOrFieldset->getName() |
109 | 109 | ); |
110 | 110 |
@@ -48,7 +48,7 @@ |
||
48 | 48 | break; |
49 | 49 | } |
50 | 50 | |
51 | - $config = $container->get('Config'); |
|
51 | + $config = $container->get('Config'); |
|
52 | 52 | |
53 | 53 | if (isset($config['view_manager'])) { |
54 | 54 | if (isset($config['view_manager']['display_exceptions'])) { |