Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed Sep 25, 2021
1 parent de2af71 commit 9ffa49c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Swoole/Handlers/OnWorkerStart.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,8 @@ protected function clearCache()
'opcache_reset',
];

foreach ($functions as $function)
{
if (function_exists($function))
{
foreach ($functions as $function) {
if (function_exists($function)) {
$function();
}
}
Expand Down

0 comments on commit 9ffa49c

Please sign in to comment.