dereuromark / cakephp-ide-helper

IDE Helper plugin for CakePHP
MIT License
185 stars 39 forks source link

Cake5: Typed property access bug #340

Closed dereuromark closed 11 months ago

dereuromark commented 11 months ago

some Table:

Skipping associations: Typed property Cake\ORM\Association\BelongsToMany::$_through must not be accessed before initialization

e.g. when using

$this->belongsToMany('Articles', [..]
dereuromark commented 11 months ago

https://github.com/dereuromark/cakephp-ide-helper/commit/445f4a7bddef54dc3c4d63f1e88363c10b3990e6 for now

Refs https://github.com/cakephp/cakephp/pull/17485