Skip to content

Commit

Permalink
Apply fixes from StyleCI (#2637)
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
jbrooksuk committed Jul 17, 2017
1 parent c77e5df commit 6d5d481
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions app/Bus/Commands/Component/CreateComponentCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@ final class CreateComponentCommand
/**
* Create a new add component command instance.
*
* @param string $name
* @param string $description
* @param int $status
* @param string $link
* @param int $order
* @param int $group_id
* @param bool $enabled
* @param array|null $meta
* @param string $name
* @param string $description
* @param int $status
* @param string $link
* @param int $order
* @param int $group_id
* @param bool $enabled
* @param array|null $meta
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion app/Bus/Commands/Metric/CreateMetricPointCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ final class CreateMetricPointCommand
*
* @param \CachetHQ\Cachet\Models\Metric $metric
* @param int $value
* @param int $created_at
* @param int $created_at
*
* @return void
*/
Expand Down

0 comments on commit 6d5d481

Please sign in to comment.