AhJ
AhJ
I think this td desktop check was_online and show online status (if offline is less than 10 sec for example)
Recently I find out it doesnot detect @implements tag too. https://phpstan.org/blog/generics-in-php-using-phpdocs#class-level-generics
> Generics are post PSR-5, and that's still in draft. Static analyzers are way more advanced on some parts that phpDocumentor could serve. As this project focuses on the information...
Well I did not know about extending underlying type (Which is will be my next commit) > If the original class is final we can remove the final keyword. So...
https://github.com/phpDocumentor/TypeResolver/blob/1.x/src/PseudoTypes/FloatValue.php Take a look. it did not extend too.
Also I think I should just remove `AggregatedPseudoType` and extend `IntMask` and `IntMaskOf` from `AggregatedType`. (Well I just think `ArrayShape` need to review too)
I would appreciate if you start workflow for my last commit
I was checking classes and I noticed it is impossible to a property with type of `?Type` became null. Because `createType` method will return `Mixed_` class for null
I can covert tests too. just how?
I am still waiting for merge this pr. Also why [ReflectionDocBlock](https://github.com/phpDocumentor/ReflectionDocBlock/blob/5.x/composer.json#L18) doesn't use latest version of TypeResolver?