Skip to content

Commit

Permalink
minor #52389 DX: PHP CS Fixer - keep Annotation,NamedArgumentConstruc…
Browse files Browse the repository at this point in the history
…tor,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
  • Loading branch information
nicolas-grekas committed Oct 31, 2023
2 parents c5cff26 + 4a643c7 commit 4cd5311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/SignalableCommandInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function getSubscribedSignals(): array;
* The method will be called when the application is signaled.
*
* @param int|false $previousExitCode
*
* @return int|false The exit code to return or false to continue the normal execution
*/
public function handleSignal(int $signal, /* int|false $previousExitCode = 0 */);
Expand Down

0 comments on commit 4cd5311

Please sign in to comment.