Skip to content

Commit eb52215

Browse files
committed
Apply fixes from StyleCI
1 parent 0099aa8 commit eb52215

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

src/Console/Commands/ButtonBackpackCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class ButtonBackpackCommand extends GeneratorCommand
3939
protected $type = 'Button';
4040

4141
/**
42-
* View Namespace
42+
* View Namespace.
4343
*
4444
* @var string
4545
*/

src/Console/Commands/ColumnBackpackCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class ColumnBackpackCommand extends GeneratorCommand
3939
protected $type = 'Column';
4040

4141
/**
42-
* View Namespace
42+
* View Namespace.
4343
*
4444
* @var string
4545
*/

src/Console/Commands/FieldBackpackCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class FieldBackpackCommand extends GeneratorCommand
3939
protected $type = 'Field';
4040

4141
/**
42-
* View Namespace
42+
* View Namespace.
4343
*
4444
* @var string
4545
*/
@@ -139,7 +139,7 @@ protected function getPath($name)
139139
/**
140140
* Build the class with the given name.
141141
*
142-
* @param Str $name
142+
* @param Str $name
143143
* @return string
144144
*/
145145
protected function buildClass($name)

src/Console/Commands/FilterBackpackCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class FilterBackpackCommand extends GeneratorCommand
3939
protected $type = 'Filter';
4040

4141
/**
42-
* View Namespace
42+
* View Namespace.
4343
*
4444
* @var string
4545
*/

src/Console/Commands/WidgetBackpackCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class WidgetBackpackCommand extends GeneratorCommand
3939
protected $type = 'Widget';
4040

4141
/**
42-
* View Namespace
42+
* View Namespace.
4343
*
4444
* @var string
4545
*/

0 commit comments

Comments
 (0)