mirror of
https://github.com/standardebooks/web.git
synced 2025-07-22 15:24:46 -04:00
Add cover art database
Co-authored-by: Job Curtis <job.curtis@gmail.com> Co-authored-by: Alex Cabal <alex@standardebooks.org>
This commit is contained in:
parent
74f747df76
commit
6a5c05511a
92 changed files with 3174 additions and 146 deletions
|
@ -13,9 +13,6 @@ parameters:
|
|||
|
||||
# Ignore errors caused by type hints that should be union types. Union types are not yet supported in PHP.
|
||||
- '#Function vd(s|d)?\(\) has parameter \$var with no type specified.#'
|
||||
- '#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.#'
|
||||
level:
|
||||
8
|
||||
paths:
|
||||
|
@ -28,3 +25,8 @@ parameters:
|
|||
- DONATION_ALERT_ON
|
||||
- DONATION_DRIVE_ON
|
||||
- DONATION_DRIVE_COUNTER_ON
|
||||
earlyTerminatingMethodCalls:
|
||||
Template:
|
||||
- Emit404
|
||||
- Emit403
|
||||
- RedirectToLogin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue