Skip to content

Commit 5471a2c

Browse files
committed
formatting
1 parent 664fcd4 commit 5471a2c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/RoadRunner/Concerns/FindsRoadRunnerBinary.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77

88
trait FindsRoadRunnerBinary
99
{
10+
/**
11+
* Find the RoadRunner binary used by the application.
12+
*
13+
* @return string
14+
*/
1015
protected function findRoadRunnerBinary(): ?string
1116
{
1217
if (file_exists(base_path('rr'))) {

0 commit comments

Comments
 (0)