Skip to content

Commit 2de0148

Browse files
authored
Update helpers.php
1 parent 7a80042 commit 2de0148

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/helpers.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ function curl(string $url, string $method = "GET", array $params = [], array $he
112112
if (!function_exists('p')) {
113113
/**
114114
* 调试方法
115+
*
115116
* @param array $data [description]
116117
*/
117118
function p($data, $die = 1)
@@ -126,6 +127,7 @@ function p($data, $die = 1)
126127
if (!function_exists('mdump')) {
127128
/**
128129
* 调试方法
130+
*
129131
* @param array $data [description]
130132
*/
131133
function mdump()
@@ -139,6 +141,7 @@ function mdump()
139141
if (!function_exists('mdd')) {
140142
/**
141143
* 调试方法
144+
*
142145
* @param array $data [description]
143146
*/
144147
function mdd()

0 commit comments

Comments
 (0)