Skip to content

Commit d3dcca2

Browse files
authored
Merge pull request #11 from cranleighschool/analysis-YjkoY0
Apply fixes from StyleCI
2 parents 39e1221 + ed0c7d9 commit d3dcca2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Controllers/HumanResourcesEmployeeController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace spkm\isams\Controllers;
44

5+
use Exception;
56
use GuzzleHttp\Exception\RequestException;
67
use Illuminate\Http\JsonResponse;
78
use Illuminate\Support\Collection;
@@ -12,7 +13,6 @@
1213
use spkm\isams\Endpoint;
1314
use spkm\isams\Wrappers\Employee;
1415
use spkm\isams\Wrappers\EmployeePhoto;
15-
use Exception;
1616

1717
class HumanResourcesEmployeeController extends Endpoint
1818
{

src/Wrappers/TeachingSubject.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
class TeachingSubject extends Wrapper
1111
{
1212
protected bool $isHidden;
13+
1314
/**
1415
* Handle the data.
1516
*

0 commit comments

Comments
 (0)