From 6d5d4811e4096ca6ac72bdf3449ad274675303af Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 17 Jul 2017 21:33:57 +0100 Subject: [PATCH] Apply fixes from StyleCI (#2637) [ci skip] [skip ci] --- .../Component/CreateComponentCommand.php | 16 ++++++++-------- .../Commands/Metric/CreateMetricPointCommand.php | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/Bus/Commands/Component/CreateComponentCommand.php b/app/Bus/Commands/Component/CreateComponentCommand.php index 56aa6a7a93aa..78b47bc223ba 100644 --- a/app/Bus/Commands/Component/CreateComponentCommand.php +++ b/app/Bus/Commands/Component/CreateComponentCommand.php @@ -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 */ diff --git a/app/Bus/Commands/Metric/CreateMetricPointCommand.php b/app/Bus/Commands/Metric/CreateMetricPointCommand.php index 8f33f4a4fb2a..3555f1945dab 100644 --- a/app/Bus/Commands/Metric/CreateMetricPointCommand.php +++ b/app/Bus/Commands/Metric/CreateMetricPointCommand.php @@ -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 */