Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit379616a

Browse files
committed
minor#6747 Correcting reference toisSuccessful method for Process (aedmonds)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes#6747).Discussion----------Correcting reference to `isSuccessful` method for ProcessStumbled 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 parentsd213ad9 +7dca444 commit379616a

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)

[8]ページ先頭

©2009-2025 Movatter.jp