Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenevdm authored and github-actions[bot] committed Oct 5, 2022
1 parent 68fd411 commit d393d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PayFast.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit d393d1e

Please sign in to comment.