Skip to content

Commit cc805a2

Browse files
committed
注释
1 parent 917e456 commit cc805a2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Spout/GlobalFunctionsHelper.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@
66

77
class GlobalFunctionsHelper extends Helper
88
{
9-
/**
10-
* Wrapper around global function basename()
11-
* @see basename()
12-
*
13-
* @param string $path
14-
* @param string|null $suffix
15-
* @return string
16-
*/
179
public function basename($path, $suffix = null)
1810
{
1911
$path = str_replace('\\', '/', $path);

0 commit comments

Comments
 (0)