DEVSENSE / phptools-docs

PHP Tools public content
Apache License 2.0
83 stars 10 forks source link

losing warnings when accessing private properties #724

Open ging-dev opened 6 days ago

ging-dev commented 6 days ago

It seems that the cache system for /vendor/ has recently been optimized and does not store the private properties and methods of the class, but that means there will be a loss of warnings when users try to access private properties and may affect feature https://github.com/DEVSENSE/phptools-docs/issues/701 in the future.

jakubmisek commented 9 hours ago

good point!