Skip to content

Commit 4a643c7

Browse files
keradusnicolas-grekas
authored andcommitted
DX: PHP CS Fixer - keep Annotation,NamedArgumentConstructor,Target annotations as single group
1 parent d9c21b1 commit 4a643c7

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)