1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 13:51:54 +01:00
Barney Laurance ff432ff73d
Simplify error messages and implementation for internal errors (#3881)
* Use more consistent language for Internal errors

There's no meaningful distinction between something being internal and
being 'marked as internal'.

* Rename property psalm_internal to internal in all storage classes

This property holds metadata that can be set using either @internal
or @psalm-internal in docblocks

* Change types of internal properties in storage from ?string to string

Simpler type is easier to handle. Non-internal methods can be considered
to be internal to the entire universe of PHP code, i.e. that code whose
namespace starts with the empty string. It's not a special case.
2020-07-24 09:32:54 -04:00
..
2020-07-22 15:57:24 -04:00
2020-07-21 19:40:35 -04:00
2020-07-21 23:16:56 -04:00
2020-06-11 12:19:34 -04:00
2020-07-07 10:41:46 -04:00
2020-07-22 00:35:18 -04:00
2020-07-21 23:16:56 -04:00
2020-07-21 23:16:56 -04:00