Skip to content

Commit

Permalink
Merge branch '8.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Aug 23, 2024
2 parents b328b76 + c3e6011 commit 60b7f16
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/php-cs-fixer.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Check & fix styling

on:
push:
branches:
- master
- '*.x'
pull_request:
types: [ opened, synchronize, reopened ]

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/phpmd.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: PHPMD

on:
push:
branches:
- master
- '*.x'
pull_request:
types: [ opened, synchronize, reopened ]

Expand Down
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 60b7f16

Please sign in to comment.