From 2e40df7abc7d55bcd1e2d1ed69113ffad7ba3005 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Tue, 16 May 2017 21:33:18 +0100 Subject: [PATCH] Small fix --- src/Threaded.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Threaded.php b/src/Threaded.php index e7a79f36..7b935d46 100644 --- a/src/Threaded.php +++ b/src/Threaded.php @@ -176,7 +176,7 @@ if (!extension_loaded('pthreads')) { return true; } - private function convertToVolatile($value) + public function convertToVolatile($value) { /* if (is_array($value)) {