Use Analyzer and fix several issues

This commit is contained in:
James Brooks
2018-06-17 00:39:24 +01:00
parent e37c882dfe
commit 3f4c423005
9 changed files with 124 additions and 70 deletions

View File

@@ -64,7 +64,7 @@ class MetricPointController extends AbstractApiController
* Updates a metric point.
*
* @param \CachetHQ\Cachet\Models\Metric $metric
* @param \CachetHQ\Cachet\Models\MetircPoint $metricPoint
* @param \CachetHQ\Cachet\Models\MetricPoint $metricPoint
*
* @return \Illuminate\Http\JsonResponse
*/