From 051e26e65367324ddf541da1bf64468d26495ea4 Mon Sep 17 00:00:00 2001 From: Joe Cohen Date: Fri, 25 Sep 2015 00:08:16 -0400 Subject: [PATCH] Applied fixes from StyleCI --- app/Commands/Metric/AddMetricCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Commands/Metric/AddMetricCommand.php b/app/Commands/Metric/AddMetricCommand.php index f946f628..ae16c931 100644 --- a/app/Commands/Metric/AddMetricCommand.php +++ b/app/Commands/Metric/AddMetricCommand.php @@ -77,7 +77,7 @@ class AddMetricCommand 'display_chart' => 'integer', 'places' => 'numeric|min:0|max:4', ]; - + /** * Create a new add metric command instance. *