We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a25a24f commit 01aa174Copy full SHA for 01aa174
src/functons.php
@@ -2,11 +2,6 @@
2
3
declare(strict_types=1);
4
5
-function dump($var): void
6
-{
7
- print_r($var);
8
- echo PHP_EOL;
9
-}
10
function base_path(string $var): string
11
{
12
return BASE_PATH . $var;
0 commit comments