From 078ca2c6661098576aafb53377d43890931467bb Mon Sep 17 00:00:00 2001 From: Aaron Edmonds Date: Sun, 10 Jul 2016 20:26:51 -0700 Subject: [PATCH] Correcting reference to `isSuccessful` method for Process --- components/console/helpers/debug_formatter.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/console/helpers/debug_formatter.rst b/components/console/helpers/debug_formatter.rst index d48b6a9e060..7bb7cf123a9 100644 --- a/components/console/helpers/debug_formatter.rst +++ b/components/console/helpers/debug_formatter.rst @@ -122,7 +122,7 @@ notify this to the users:: $debugFormatter->stop( spl_object_hash($process), 'Some command description', - $process->isSuccessfull() + $process->isSuccessful() ) );