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)