wip: rewrite di chapter
This commit is contained in:
parent
1984efef72
commit
3f74779176
18 changed files with 1667 additions and 0 deletions
6
app/phpstan-baseline.neon
Normal file
6
app/phpstan-baseline.neon
Normal file
|
@ -0,0 +1,6 @@
|
|||
parameters:
|
||||
ignoreErrors:
|
||||
-
|
||||
message: "#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#"
|
||||
count: 1
|
||||
path: src/Bootstrap.php
|
Loading…
Add table
Add a link
Reference in a new issue