Skip to content

Commit 01aa174

Browse files
committed
add var_dumper
1 parent a25a24f commit 01aa174

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/functons.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
declare(strict_types=1);
44

5-
function dump($var): void
6-
{
7-
print_r($var);
8-
echo PHP_EOL;
9-
}
105
function base_path(string $var): string
116
{
127
return BASE_PATH . $var;

0 commit comments

Comments
 (0)