This change allows Phan to correctly analyze the methods availability.
This is a follow-up for 7266cfd77f31.
|  Differential  D2164  
Document File::from return value as static Authored by dereckson on Jan 29 2020, 03:10. Tags None Referenced Files 
 
 
 
 
 
 
 
 Subscribers None 
Details 
 This change allows Phan to correctly analyze the methods availability. This is a follow-up for 7266cfd77f31. Without the change, Phan outputs: $ phan src/Registration/PSR4/Autoloader.php:51 PhanUndeclaredMethod Call to undeclared method \Keruald\OmniTools\IO\File::tryInclude tests/Reflection/CodeFileTest.php:41 PhanUndeclaredMethod Call to undeclared method \Keruald\OmniTools\IO\File::canBeIncluded After the change, it doesn't prints these messages. 
Diff Detail 
 |