Skip to content

Commit

Permalink
style: apply automated php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi authored and github-actions[bot] committed Aug 23, 2024
1 parent 2587055 commit c3e6011
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Traits/ResponseTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ public function created($data = null, $status = 201, array $headers = [], $optio
return new JsonResponse($data, $status, $headers, $options);
}


#[Deprecated(
reason: 'Use the noContent method from the Response facade instead.',
replacement: '\Apiato\Core\Facades\Response::createFrom(%parameter0%)->noContent();',
Expand Down

0 comments on commit c3e6011

Please sign in to comment.