Skip to content

Commit 3286c58

Browse files
committed
Tweak formatting
1 parent b521cab commit 3286c58

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/Commands/Publish.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
class Publish extends BaseCommand
88
{
9-
protected $group = 'Publication';
10-
protected $name = 'assets:publish';
11-
protected $description = "Scans for manifest files and publishes matching assets.";
9+
protected $group = 'Publication';
10+
protected $name = 'assets:publish';
11+
protected $description = "Scans for manifest files and publishes matching assets.";
1212
protected $usage = "assets:publish";
1313

14-
public function run(array $params)
15-
{
16-
helper('inflector');
14+
public function run(array $params)
15+
{
16+
helper('inflector');
1717
$manifests = Services::manifests();
1818

1919
$count = 0;

src/Language/en/Assets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
return [
44
'unsupportedExtension' => 'Unsupported file extension: "{0}"',
5-
'invalidConfigItem' => 'Invalid item detected in config: {0}',
5+
'invalidConfigItem' => 'Invalid item detected in config: {0}',
66
];

0 commit comments

Comments
 (0)