Fixed @Throw statements
This commit is contained in:
parent
01cda99139
commit
8ea203a0f1
1 changed files with 2 additions and 0 deletions
|
@ -411,7 +411,9 @@
|
||||||
*
|
*
|
||||||
* @param string $path
|
* @param string $path
|
||||||
* @return ProjectConfiguration
|
* @return ProjectConfiguration
|
||||||
|
* @throws ConfigurationException
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
|
* @throws NotSupportedException
|
||||||
* @throws PathNotFoundException
|
* @throws PathNotFoundException
|
||||||
*/
|
*/
|
||||||
public static function fromFile(string $path): ProjectConfiguration
|
public static function fromFile(string $path): ProjectConfiguration
|
||||||
|
|
Loading…
Add table
Reference in a new issue