Skip to content

Commit

Permalink
fix: qa
Browse files Browse the repository at this point in the history
  • Loading branch information
jackd248 committed Dec 17, 2024
1 parent 381ad46 commit e9ca251
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,7 @@ indent_style = unset
indent_size = unset
trim_trailing_whitespace = unset
insert_final_newline = unset

# phpstan.neon
[*.neon]
indent_style = tab
2 changes: 1 addition & 1 deletion Resources/Private/Partials/Item.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html data-namespace-typo3-fluid="true"
xmlns:be="http://typo3.org/ns/TYPO3/CMS/Backend/ViewHelpers" xmlns="http://www.w3.org/1999/html">
xmlns:be="http://typo3.org/ns/TYPO3/CMS/Backend/ViewHelpers" xmlns="http://www.w3.org/1999/html">
<f:variable name="nextDate" value="{record.nextDate}"/>
<li
class="internal-news internal-news--{record.uid}"
Expand Down
2 changes: 1 addition & 1 deletion phpstan-baseline.neon
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
parameters:
ignoreErrors: []
ignoreErrors: []
18 changes: 9 additions & 9 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ includes:
- phpstan-baseline.neon

parameters:
parallel:
maximumNumberOfProcesses: 5
parallel:
maximumNumberOfProcesses: 5

level: 5
level: 5

bootstrapFiles:
- vendor/autoload.php
bootstrapFiles:
- vendor/autoload.php

paths:
- Classes
- Configuration
- Resources
paths:
- Classes
- Configuration
- Resources

0 comments on commit e9ca251

Please sign in to comment.