Skip to content

Commit 379616a

Browse files
committed
minor symfony#6747 Correcting reference to isSuccessful method for Process (aedmonds)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes symfony#6747). Discussion ---------- Correcting reference to `isSuccessful` method for Process Stumbled across this misnamed method when doing some copying and pasting. "Successful" vs. "successfull" always gets me too. Commits ------- 7dca444 Correcting reference to `isSuccessful` method for Process
2 parents d213ad9 + 7dca444 commit 379616a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/console/helpers/debug_formatter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ notify this to the users::
125125
$debugFormatter->stop(
126126
spl_object_hash($process),
127127
'Some command description',
128-
$process->isSuccessfull()
128+
$process->isSuccessful()
129129
)
130130
);
131131

0 commit comments

Comments
 (0)