1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 02:07:37 +01:00
psalm/src/Psalm
Barney Laurance 3bc91b9944
Fix multiple issues with @internal and @psalm-internal (#3841)
* Add passing tests for property fetch on an @internal class

I'm trying to work out why the equivilent InvalidCodeParse test is
failing for PsalmInternal

* Treat all properties of a psalm-internal class as psalm-internal

* Remove all $internal properties from storage - use psalm_internal instead

@internal can be represented as internal to the namespace root, avoiding
the need to check for both properties in storage later.

* Raise InternalClass issue when an internal class is used with e.g. instanceOf

* fix docs and tests

* Add return type declartion to code example in doc

* Don't allow class psalm-internal to overide a tighter method psalm-internal

* Break up long line

* Code style - move && from EOL to SOL

* Restore misplaced &&

* Fix code style

* Fix namespace fetching so it works

Co-authored-by: Matthew Brown <github@muglug.com>
2020-07-22 19:27:35 -04:00
..
CodeLocation
Config Add option to supress a referenced but undefined global variable. (#3827) 2020-07-16 09:49:59 -04:00
Exception
Internal Fix multiple issues with @internal and @psalm-internal (#3841) 2020-07-22 19:27:35 -04:00
Issue Add option to supress a referenced but undefined global variable. (#3827) 2020-07-16 09:49:59 -04:00
Plugin
Progress
Report
SourceControl
Storage Fix multiple issues with @internal and @psalm-internal (#3841) 2020-07-22 19:27:35 -04:00
Type Fix #3857 - allow reconciliation on magic properties 2020-07-22 09:55:22 -04:00
Aliases.php
Codebase.php Refactor type comparison 2020-07-21 19:40:35 -04:00
CodeLocation.php
Config.php make meta path optional (#3833) 2020-07-17 10:09:42 -04:00
Context.php
DocComment.php
ErrorBaseline.php
FileBasedPluginAdapter.php
FileManipulation.php
FileSource.php
IssueBuffer.php
NodeTypeProvider.php
PluginRegistrationSocket.php
Report.php
StatementsSource.php
Type.php Refactor type comparison 2020-07-21 19:40:35 -04:00