Skip to content

Commit 6a2900e

Browse files
committed
Fix styling
1 parent 914d3db commit 6a2900e

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

app/sprinkles/account/src/Bakery/BakeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
/**
1818
* Bake command extension.
19-
* Adding Account provided `create-admin` to the bake command
19+
* Adding Account provided `create-admin` to the bake command.
2020
*/
2121
class BakeCommand extends CoreBakeCommand
2222
{

app/sprinkles/core/src/Bakery/BakeCommand.php

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ protected function execute(InputInterface $input, OutputInterface $output)
6060
}
6161

6262
/**
63-
* Core setup group of task
63+
* Core setup group of task.
6464
*
65-
* @param InputInterface $input
66-
* @param OutputInterface $output
65+
* @param InputInterface $input
66+
* @param OutputInterface $output
6767
*/
6868
protected function executeSetup(InputInterface $input, OutputInterface $output)
6969
{
@@ -75,10 +75,10 @@ protected function executeSetup(InputInterface $input, OutputInterface $output)
7575
}
7676

7777
/**
78-
* Debug group of task
78+
* Debug group of task.
7979
*
80-
* @param InputInterface $input
81-
* @param OutputInterface $output
80+
* @param InputInterface $input
81+
* @param OutputInterface $output
8282
*/
8383
protected function executeDebug(InputInterface $input, OutputInterface $output)
8484
{
@@ -87,10 +87,10 @@ protected function executeDebug(InputInterface $input, OutputInterface $output)
8787
}
8888

8989
/**
90-
* Configuration group of task
90+
* Configuration group of task.
9191
*
92-
* @param InputInterface $input
93-
* @param OutputInterface $output
92+
* @param InputInterface $input
93+
* @param OutputInterface $output
9494
*/
9595
protected function executeConfiguration(InputInterface $input, OutputInterface $output)
9696
{
@@ -99,10 +99,10 @@ protected function executeConfiguration(InputInterface $input, OutputInterface $
9999
}
100100

101101
/**
102-
* Assets setup group of task
102+
* Assets setup group of task.
103103
*
104-
* @param InputInterface $input
105-
* @param OutputInterface $output
104+
* @param InputInterface $input
105+
* @param OutputInterface $output
106106
*/
107107
protected function executeAsset(InputInterface $input, OutputInterface $output)
108108
{
@@ -111,10 +111,10 @@ protected function executeAsset(InputInterface $input, OutputInterface $output)
111111
}
112112

113113
/**
114-
* Cleanup group of task
114+
* Cleanup group of task.
115115
*
116-
* @param InputInterface $input
117-
* @param OutputInterface $output
116+
* @param InputInterface $input
117+
* @param OutputInterface $output
118118
*/
119119
protected function executeCleanup(InputInterface $input, OutputInterface $output)
120120
{

0 commit comments

Comments
 (0)