From d393d1e8da31c990091f8e3c3188c61501e9d3cd Mon Sep 17 00:00:00 2001 From: eugenevdm Date: Wed, 5 Oct 2022 04:43:39 +0000 Subject: [PATCH] Fix styling --- src/PayFast.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PayFast.php b/src/PayFast.php index 0cd72d4..036b42a 100644 --- a/src/PayFast.php +++ b/src/PayFast.php @@ -151,9 +151,9 @@ public function debug($message, $level = 'debug') ray($message)->$color(); if ($color == 'purple') { - $caller = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS,2)[1]['function']; + $caller = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS, 2)[1]['function']; - $line = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS,2)[1]['line']; + $line = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS, 2)[1]['line']; $level = 'debug';