Skip to content
This repository was archived by the owner on Jan 23, 2019. It is now read-only.

Commit 192b53d

Browse files
committed
up
1 parent 7f85df3 commit 192b53d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/functions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
* function collection
44
*/
55

6-
if (!function_exists('dump_v')) {
6+
if (!function_exists('dump_vars')) {
77
function dump_vars(...$args)
88
{
99
return \inhere\library\helpers\PhpHelper::dumpVars(...$args);
1010
}
1111
}
1212

13-
if (!function_exists('print_v')) {
13+
if (!function_exists('print_vars')) {
1414
function print_vars(...$args)
1515
{
1616
return \inhere\library\helpers\PhpHelper::printVars(...$args);

0 commit comments

Comments
 (0)