Skip to content

Commit 4cd5311

Browse files
minor #52389 DX: PHP CS Fixer - keep Annotation,NamedArgumentConstructor,Target annotations as single group (keradus)
This PR was squashed before being merged into the 6.4 branch. Discussion ---------- DX: PHP CS Fixer - keep Annotation,NamedArgumentConstructor,Target annotations as single group | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Issues | Fix CS <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead --> | License | MIT it's already there for majority of files, except those few Commits ------- bd764f597f DX: PHP CS Fixer - keep Annotation,NamedArgumentConstructor,Target annotations as single group
2 parents c5cff26 + 4a643c7 commit 4cd5311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/SignalableCommandInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function getSubscribedSignals(): array;
2727
* The method will be called when the application is signaled.
2828
*
2929
* @param int|false $previousExitCode
30-
30+
*
3131
* @return int|false The exit code to return or false to continue the normal execution
3232
*/
3333
public function handleSignal(int $signal, /* int|false $previousExitCode = 0 */);

0 commit comments

Comments
 (0)