mirror of
https://github.com/standardebooks/web.git
synced 2025-07-22 07:14:59 -04:00
Add poll system for Patrons Circle
This commit is contained in:
parent
3555d53615
commit
2ef5ce6551
44 changed files with 717 additions and 98 deletions
|
@ -19,6 +19,12 @@ parameters:
|
|||
- '#Method Ebook::NullIfEmpty\(\) has parameter \$elements with no type specified.#'
|
||||
- '#Method HttpInput::GetHttpVar\(\) has no return type specified.#'
|
||||
- '#Method HttpInput::GetHttpVar\(\) has parameter \$default with no type specified.#'
|
||||
|
||||
# Ignore errors caused by access to our PropertiesBase pattern
|
||||
- '#Access to protected property .+#'
|
||||
|
||||
# Ignore symbols that PHPStan can't find
|
||||
- '#Constant EMAIL_SMTP_USERNAME not found.#'
|
||||
level:
|
||||
7
|
||||
paths:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue