Skip to content

Commit

Permalink
Optional Manifest file (#55)
Browse files Browse the repository at this point in the history
Optional Manifest file
  • Loading branch information
Spomky authored Feb 3, 2024
1 parent e0bf7e0 commit 9fc2ec0
Show file tree
Hide file tree
Showing 18 changed files with 1,105 additions and 888 deletions.
14 changes: 7 additions & 7 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,7 @@ parameters:

-
message: "#^Call to an undefined method Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeParentInterface\\:\\:append\\(\\)\\.$#"
count: 1
path: src/DependencyInjection/Configuration.php

-
message: "#^Call to an undefined method Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeParentInterface\\:\\:arrayNode\\(\\)\\.$#"
count: 1
count: 2
path: src/DependencyInjection/Configuration.php

-
Expand All @@ -132,7 +127,7 @@ parameters:

-
message: "#^Call to an undefined method Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeParentInterface\\:\\:scalarNode\\(\\)\\.$#"
count: 4
count: 5
path: src/DependencyInjection/Configuration.php

-
Expand Down Expand Up @@ -235,6 +230,11 @@ parameters:
count: 1
path: src/Dto/ServiceWorker.php

-
message: "#^Class SpomkyLabs\\\\PwaBundle\\\\Dto\\\\ServiceWorker has an uninitialized property \\$enabled\\. Give it default value or assign it in the constructor\\.$#"
count: 1
path: src/Dto/ServiceWorker.php

-
message: "#^Class SpomkyLabs\\\\PwaBundle\\\\Dto\\\\ServiceWorker has an uninitialized property \\$src\\. Give it default value or assign it in the constructor\\.$#"
count: 1
Expand Down
Loading

0 comments on commit 9fc2ec0

Please sign in to comment.