Skip to content

Commit 1b20ec4

Browse files
authored
formatting (#44059)
1 parent 964c2b4 commit 1b20ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Console/ServeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ protected function serverCommand()
170170
*/
171171
protected function host()
172172
{
173-
[$host, ] = $this->getHostAndPort();
173+
[$host] = $this->getHostAndPort();
174174

175175
return $host;
176176
}

0 commit comments

Comments
 (0)