From bbcee2edc290919cfef7e3296cc8cc98b0ea135b Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sun, 16 Jul 2023 11:34:12 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- .../HumanResourcesEmployeeCustomFieldController.php | 1 - src/Exceptions/IsamsInstanceNotFound.php | 12 ++++++------ src/Wrappers/Lesson.php | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/Controllers/HumanResourcesEmployeeCustomFieldController.php b/src/Controllers/HumanResourcesEmployeeCustomFieldController.php index e911214..bc72afe 100644 --- a/src/Controllers/HumanResourcesEmployeeCustomFieldController.php +++ b/src/Controllers/HumanResourcesEmployeeCustomFieldController.php @@ -7,7 +7,6 @@ use Illuminate\Http\JsonResponse; use Illuminate\Support\Collection; use spkm\isams\Endpoint; -use spkm\isams\Wrappers\Employee; use spkm\isams\Wrappers\EmployeeCustomField; use spkm\isams\Wrappers\EmployeeCustomFieldProperty; diff --git a/src/Exceptions/IsamsInstanceNotFound.php b/src/Exceptions/IsamsInstanceNotFound.php index b714ffd..c4b35c0 100644 --- a/src/Exceptions/IsamsInstanceNotFound.php +++ b/src/Exceptions/IsamsInstanceNotFound.php @@ -4,10 +4,10 @@ class IsamsInstanceNotFound extends \Exception { - /** - * TODO: (See below) - * Currently offered to be used by the consuming project. When the exception is a 404. - * But in time, we aim to re-write this package so that this exception will be - * thrown by the package itself on each request made to the API. - */ + /** + * TODO: (See below) + * Currently offered to be used by the consuming project. When the exception is a 404. + * But in time, we aim to re-write this package so that this exception will be + * thrown by the package itself on each request made to the API. + */ } diff --git a/src/Wrappers/Lesson.php b/src/Wrappers/Lesson.php index ce8e0f8..9f1d5fa 100644 --- a/src/Wrappers/Lesson.php +++ b/src/Wrappers/Lesson.php @@ -13,7 +13,7 @@ class Lesson extends Wrapper { /** - * @param $item + * @param $item * @param \spkm\isams\Contracts\Institution $institution */ public function __construct($item, Institution $institution)