add solutions for chapter 10
This commit is contained in:
parent
f54c576441
commit
b139a9dcc3
18 changed files with 1872 additions and 0 deletions
6
implementation/10/phpstan-baseline.neon
Normal file
6
implementation/10/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