From be649b4162ed1375c60a887598665c55cb52a164 Mon Sep 17 00:00:00 2001 From: Lupacescu Eduard Date: Tue, 21 Jan 2020 12:41:35 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Repositories/Crudable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Repositories/Crudable.php b/src/Repositories/Crudable.php index 901dbb18b..0a73bc05f 100644 --- a/src/Repositories/Crudable.php +++ b/src/Repositories/Crudable.php @@ -216,7 +216,7 @@ public function allowToViewAny($request, Collection $items) } /** - * Validate input array and store a new entity + * Validate input array and store a new entity. * * @param array $payload * @return mixed