Skip to content

Commit

Permalink
Merge branch 'main' into sa
Browse files Browse the repository at this point in the history
  • Loading branch information
xHeaven committed Dec 27, 2024
2 parents 5949f7a + ce9b9fc commit d496723
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ body:
description: What version of Laravel are you running? Please be as specific as possible
placeholder: 11.0.0
validations:
required: true
required: false
- type: dropdown
id: operating-systems
attributes:
Expand Down
12 changes: 1 addition & 11 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
blank_issues_enabled: false
contact_links:
- name: Ask a question
url: https://github.com/luminarix/enum-concern/discussions/new?category=q-a
about: Ask the community for help
- name: Request a feature
url: https://github.com/luminarix/enum-concern/discussions/new?category=ideas
about: Share ideas for new features
- name: Report a security issue
url: https://github.com/luminarix/enum-concern/security/policy
about: Learn how to notify us for sensitive bugs
blank_issues_enabled: true
2 changes: 1 addition & 1 deletion .github/workflows/fix-php-code-style-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
ref: ${{ github.ref }}

- name: Fix PHP code style issues
uses: aglipanci/[email protected]
Expand Down
8 changes: 6 additions & 2 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ parameters:
tmpDir: build/phpstan
reportUnmatchedIgnoredErrors: true
ignoreErrors:
- identifier: argument.templateType
- identifier: missingType.generics
-
identifier: argument.templateType
path: tests/**
-
identifier: missingType.generics
path: tests/**

0 comments on commit d496723

Please sign in to comment.