@@ -37,8 +37,8 @@ |
||
37 | 37 | $headscript->appendFile($basepath('modules/Settings/js/forms.decfs.js')); |
38 | 38 | |
39 | 39 | return '<ul class="disable-elements-list" id="' . $element->getAttribute('id') . '-list"' . '>' |
40 | - . $this->renderCheckboxes($element->getCheckboxes()) |
|
41 | - . '</ul>'; |
|
40 | + . $this->renderCheckboxes($element->getCheckboxes()) |
|
41 | + . '</ul>'; |
|
42 | 42 | } |
43 | 43 | |
44 | 44 | /** |
@@ -102,7 +102,7 @@ |
||
102 | 102 | $fieldset->setLabel(ucfirst($label)); |
103 | 103 | } |
104 | 104 | $fieldset->setName($name) |
105 | - ->setObject($child); |
|
105 | + ->setObject($child); |
|
106 | 106 | |
107 | 107 | |
108 | 108 | $this->add($fieldset); |
@@ -80,7 +80,7 @@ |
||
80 | 80 | } |
81 | 81 | |
82 | 82 | $fieldset->setUseAsBaseFieldset(true) |
83 | - ->setName('base'); |
|
83 | + ->setName('base'); |
|
84 | 84 | |
85 | 85 | $fieldset->setObject($object); |
86 | 86 | $this->add($fieldset); |
@@ -8,23 +8,23 @@ discard block |
||
8 | 8 | */ |
9 | 9 | |
10 | 10 | return [ |
11 | - 'tracy' => [ |
|
12 | - 'enabled' => true, // flag whether to load tracy at all |
|
13 | - 'mode' => true, // true = production|false = development|null = autodetect|IP address(es) csv/array |
|
14 | - 'bar' => false, // bool = enabled|Toggle nette diagnostics bar. |
|
15 | - 'strict' => true, // bool = cause immediate death|int = matched against error severity |
|
16 | - 'log' => __DIR__.'/../../../var/log/tracy', // path to log directory (this directory keeps error.log, snoozing mailsent file & html exception trace files) |
|
17 | - 'email' => null, // in production mode notifies the recipient |
|
18 | - 'email_snooze' => 900 // interval for sending email in seconds |
|
19 | - ], |
|
11 | + 'tracy' => [ |
|
12 | + 'enabled' => true, // flag whether to load tracy at all |
|
13 | + 'mode' => true, // true = production|false = development|null = autodetect|IP address(es) csv/array |
|
14 | + 'bar' => false, // bool = enabled|Toggle nette diagnostics bar. |
|
15 | + 'strict' => true, // bool = cause immediate death|int = matched against error severity |
|
16 | + 'log' => __DIR__.'/../../../var/log/tracy', // path to log directory (this directory keeps error.log, snoozing mailsent file & html exception trace files) |
|
17 | + 'email' => null, // in production mode notifies the recipient |
|
18 | + 'email_snooze' => 900 // interval for sending email in seconds |
|
19 | + ], |
|
20 | 20 | |
21 | 21 | 'service_manager' => [ |
22 | 22 | 'invokables' => [ |
23 | 23 | 'Install/Listener/LanguageSetter' => 'Install\Listener\LanguageSetter', |
24 | 24 | ], |
25 | - 'factories' => [ |
|
26 | - 'mvctranslator' => \Zend\Mvc\I18n\TranslatorFactory::class, |
|
27 | - 'FilterManager' => \Zend\Filter\FilterPluginManagerFactory::class, |
|
25 | + 'factories' => [ |
|
26 | + 'mvctranslator' => \Zend\Mvc\I18n\TranslatorFactory::class, |
|
27 | + 'FilterManager' => \Zend\Filter\FilterPluginManagerFactory::class, |
|
28 | 28 | 'Tracy' => [\Core\Service\Tracy::class,'factory'], |
29 | 29 | 'Core/Options' => 'Core\Factory\ModuleOptionsFactory', |
30 | 30 | ], |
@@ -50,9 +50,9 @@ discard block |
||
50 | 50 | ], |
51 | 51 | |
52 | 52 | 'controllers' => [ |
53 | - 'abstract_factories' => [ |
|
54 | - \Install\Factory\Controller\LazyControllerFactory::class |
|
55 | - ], |
|
53 | + 'abstract_factories' => [ |
|
54 | + \Install\Factory\Controller\LazyControllerFactory::class |
|
55 | + ], |
|
56 | 56 | ], |
57 | 57 | |
58 | 58 | 'controller_plugins' => [ |