From e85870db067bceb2adb8a2d490e54fd4127b2db7 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Mon, 12 Oct 2020 08:54:18 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- Blacklight/libraries/Forking.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Blacklight/libraries/Forking.php b/Blacklight/libraries/Forking.php index 8958a6bac..2f771fd20 100755 --- a/Blacklight/libraries/Forking.php +++ b/Blacklight/libraries/Forking.php @@ -312,7 +312,7 @@ class Forking echo $exception->getMessage(); })->catch(function (SerializableException $serializableException) { //we do nothing here just catch the error and move on - });; + }); $maxWork--; } $pool->wait(); @@ -406,7 +406,7 @@ class Forking echo $exception->getMessage(); })->catch(function (SerializableException $serializableException) { //we do nothing here just catch the error and move on - });; + }); } $pool->wait(); } @@ -441,7 +441,7 @@ class Forking echo $exception->getMessage(); })->catch(function (SerializableException $serializableException) { //we do nothing here just catch the error and move on - });; + }); $maxWork--; } @@ -511,7 +511,7 @@ class Forking echo $exception->getMessage(); })->catch(function (SerializableException $serializableException) { //we do nothing here just catch the error and move on - });; + }); } $pool->wait(); @@ -580,7 +580,7 @@ class Forking echo $exception->getMessage(); })->catch(function (SerializableException $serializableException) { //we do nothing here just catch the error and move on - });; + }); $maxWork--; } $pool->wait(); @@ -928,7 +928,7 @@ class Forking echo $exception->getMessage(); })->catch(function (SerializableException $serializableException) { //we do nothing here just catch the error and move on - });; + }); } $pool->wait();