Skip to content

Commit

Permalink
Merge pull request #52 from cranleighschool/analysis-N40GBe
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
spkm committed May 30, 2023
2 parents 3d1f68c + 717302d commit cc6b063
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Controllers/RewardAndConductRewardController.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,10 @@ public function show(string $schoolId, int $rewardId): RewardAndConductReward
/**
* Create a new resource.
*
* @param string $pupilId
* @param array $attributes
* @param string $pupilId
* @param array $attributes
* @return JsonResponse
*
* @throws GuzzleException
*/
public function store(string $pupilId, array $attributes): JsonResponse
Expand Down

0 comments on commit cc6b063

Please sign in to comment.