Skip to content

Commit

Permalink
Merge pull request #124 from beyondcode/analysis-0g24ym
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
mpociot authored Sep 7, 2020
2 parents 1d7555f + b9ca7e9 commit 827ca9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Server/Connections/ConnectionManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ protected function getSharedTcpServer(): Server
$portFound = false;
$port++;
}
} while(! $portFound);
} while (! $portFound);

return $server;
}
Expand Down

0 comments on commit 827ca9a

Please sign in to comment.