Skip to content

Commit f412485

Browse files
authored
Merge pull request #3061 from z-song/analysis-XkMLYj
Apply fixes from StyleCI
2 parents 052a8ce + f894f60 commit f412485

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/Auth/Database/Permission.php

+5-4
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,17 @@ public function shouldPassThrough(Request $request) : bool
8787
}
8888

8989
/**
90-
* filter \r
91-
*
92-
* @param string $path
90+
* filter \r.
91+
*
92+
* @param string $path
93+
*
9394
* @return mixed
9495
*/
9596
public function getHttpPathAttribute($path)
9697
{
9798
return str_replace("\r\n", "\n", $path);
9899
}
99-
100+
100101
/**
101102
* If a request match the specific HTTP method and path.
102103
*

0 commit comments

Comments
 (0)