Draft: Issue #3347502: Fix PHPStan L1 errors "Access to an undefined property Foo\Bar::$baz" (Low Hanging Fruit Edition)
Closed
Draft: Issue #3347502: Fix PHPStan L1 errors "Access to an undefined property Foo\Bar::$baz" (Low Hanging Fruit Edition)
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
- Resolved by spokje
380 380 if ($this->getEntityType()->getBundleOf()) { 381 381 // Throw an exception if the bundle ID is longer than 32 characters. 382 382 if (mb_strlen($this->id()) > EntityTypeInterface::BUNDLE_MAX_LENGTH) { 383 throw new ConfigEntityIdLengthException("Attempt to create a bundle with an ID longer than " . EntityTypeInterface::BUNDLE_MAX_LENGTH . " characters: $this->id()."); 383 $id = $this->id() ?? ''; added 573 commits
-
817c7ad3...b6aef35b - 201 commits from branch
project:11.x
- b6aef35b...b78c8746 - 362 earlier commits
- 870265ac - Issue #3401764 by BramDriesen, xjm, smustgrave: Replace CollegeHumor URLs and...
- 2155f016 - Issue #3402548 by alexpott, mikelutz, el7cosmos: YamlFileLoaderTest fails if...
- d82b6480 - Issue #3390693 by mikelutz, smustgrave:...
- 32faa02a - Issue #3370560 by quietone, bogdog400, daffie: Update failed: dblog_update_10101 (TINYINT)
- b4b19a78 - Issue #3400302 by poker10, longwave, nterbogt: PHP OPcache bug detection issue
- 3f1801bf - Issue #3391355 by sebish, dpi, smustgrave:...
- d8b92d57 - Issue #3181013 by Driskell, alexpott, ericgsmith, Pan Lee, smustgrave, Kristen...
- b99e5644 - Issue #3403142 by longwave: Make longwave a full committer
- 84198074 - Issue #3343913 by _shY, smustgrave, catch, xjm, quietone: Add comments...
- 9fa1786f - First stab.
Toggle commit list-
817c7ad3...b6aef35b - 201 commits from branch
added 1 commit
Please register or sign in to reply