Code
- Link
- LinkNavigation
- LinkFacet
- Entry
- EntryBook
- Page
- PageAllAuthors
- PageAllAuthorsLetter
- PageAuthorDetail
- PageAllPublishers
- PagePublisherDetail
- PageAllTags
- PageAllLanguages
- PageCustomDetail
- PageAllCustoms
- PageTagDetail
- PageLanguageDetail
- PageAllSeries
- PageSerieDetail
- PageAllRating
- PageRatingDetail
- PageAllBooks
- PageAllBooksLetter
- PageRecentBooks
- PageQueryResult
- PageBookDetail
- PageAbout
- PageCustomize
- Base
This checks looks for assignemnts to variables using the
list(...)
function, where not all assigned variables are subsequently used.Consider the following code example.
Only the variables
$a
and$c
are used. There was no need to assign$b
.Instead, the list call could have been.