API page: https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Cache%21D...
/**
* The settings array.
*
* @var \Drupal\Core\Site\Settings
*/
protected $settings;It's not an array.
This crops up in a few other classes too, so should fix all in one go.
A better wording would be what FileSystem has:
/**
* The site settings.
*
* @var \Drupal\Core\Site\Settings
*/
protected $settings;
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | interdiff-3056414-2-6.txt | 1.27 KB | yogeshmpawar |
| #6 | 3056414-6.patch | 1.72 KB | yogeshmpawar |
| #2 | inaccurate_property_docs-3056414-2.patch | 979 bytes | r.shaikh |
Comments
Comment #2
r.shaikh commented@joachim... i have made changes as you suggested. please review it.
Comment #3
r.shaikh commentedComment #4
john cook commentedHi @R.shaikh. Thank you working on the documentation.
The patch applies cleanly.
After applying there are two more places in the comments that need updating.
These are both parameter comments that set the property of the classes.
I've set this back to needs work, but it looks like this issue will be ready soon.
Comment #5
yogeshmpawarComment #6
yogeshmpawarComments addressed in #4 & added an interdiff as well.
Comment #7
joachim commentedLooks good. Thanks!
Comment #8
alexpottCommitted and pushed d7183eeaca to 8.8.x and 878f874af6 to 8.7.x. Thanks!
Backported to 8.7.x as a docs only fix.