Skip to content
Snippets Groups Projects

Issue #3274474: Fix 'Access to an undefined property' PHPStan L0 errors

Closed mondrake requested to merge issue/drupal-3274474:3274474-ii into 10.0.x
Compare and
53 files
+ 285
387
Compare changes
  • Side-by-side
  • Inline
Files
53
@@ -36,6 +36,11 @@ class CacheContextsManager {
*/
protected $contexts;
/**
* The set of valid context tokens.
*/
protected array $validContextTokens;
/**
* Constructs a CacheContextsManager object.
*
Loading