Fixed @Throw statements

This commit is contained in:
Netkas 2023-08-31 18:27:21 -04:00
parent 01cda99139
commit 8ea203a0f1
No known key found for this signature in database
GPG key ID: 5DAF58535614062B

View file

@ -411,7 +411,9 @@
*
* @param string $path
* @return ProjectConfiguration
* @throws ConfigurationException
* @throws IOException
* @throws NotSupportedException
* @throws PathNotFoundException
*/
public static function fromFile(string $path): ProjectConfiguration