Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit 7d4daf3

Browse files
committed
Улучшения
1 parent 9a93b72 commit 7d4daf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

initializers/server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
*/
3838
$GLOBALS["DD"]->getConfiguratorDebugger()->setShowModes(['debug_bar']);
3939

40-
function DD(...$data = []) {
40+
function DD(...$data) {
4141
if (!empty($data)) {
4242
foreach ($data as $item) {
4343
$GLOBALS["DD"]->notice($item);

module/ggrachdev.debugbar/include.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
*/
3737
$GLOBALS["DD"]->getConfiguratorDebugger()->setShowModes(['debug_bar']);
3838

39-
function DD(...$data = []) {
39+
function DD(...$data) {
4040
if (!empty($data)) {
4141
foreach ($data as $item) {
4242
$GLOBALS["DD"]->notice($item);

0 commit comments

Comments
 (0)