Skip to content

Commit c5667b2

Browse files
author
Max Eckel
committed
Remove union type return
1 parent afb1774 commit c5667b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Swoole/SwooleClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ private function checkSymlinkInPath(string $publicPath, string $realPath, string
9797
* @param string $path
9898
* @return string|bool
9999
*/
100-
private function pathContainsSymlink(string $publicPath, string $path): string | bool
100+
private function pathContainsSymlink(string $publicPath, string $path)
101101
{
102102
$dirs = explode('/', $path);
103103

0 commit comments

Comments
 (0)